mirror of
https://github.com/revoltchat/revite.git
synced 2024-11-10 01:03:36 -05:00
Fixed titlebar
This commit is contained in:
parent
85879faf7b
commit
f4b04635de
1 changed files with 1 additions and 1 deletions
|
@ -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(
|
||||
|
|
Loading…
Reference in a new issue