mirror of
https://github.com/stoatchat/for-legacy-web.git
synced 2026-03-06 17:11:55 +00:00
Fixed titlebar
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user