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