mirror of
https://github.com/revoltchat/revite.git
synced 2024-12-25 15:12:08 -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`
|
const TitlebarBase = styled.div`
|
||||||
height: var(--titlebar-height);
|
height: var(--titlebar-height);
|
||||||
display: flex;
|
display: flex;
|
||||||
gap: 6px;
|
|
||||||
user-select: none;
|
user-select: none;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
|
||||||
|
@ -61,6 +60,7 @@ const TitlebarBase = styled.div`
|
||||||
z-index: 100;
|
z-index: 100;
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
margin-inline-start: 6px;
|
||||||
|
|
||||||
div {
|
div {
|
||||||
width: calc(
|
width: calc(
|
||||||
|
|
Loading…
Reference in a new issue