Skip to content
Snippets Groups Projects
Commit f4b04635 authored by nizune's avatar nizune
Browse files

Fixed titlebar

parent 85879faf
No related merge requests found
......@@ -7,7 +7,6 @@ import UpdateIndicator from "../common/UpdateIndicator";
const TitlebarBase = styled.div`
height: var(--titlebar-height);
display: flex;
gap: 6px;
user-select: none;
align-items: center;
......@@ -61,6 +60,7 @@ const TitlebarBase = styled.div`
z-index: 100;
display: flex;
align-items: center;
margin-inline-start: 6px;
div {
width: calc(
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment