Set explicit window bar width
This commit is contained in:
parent
f97e855f51
commit
736945d6ef
1 changed files with 2 additions and 0 deletions
|
@ -17,6 +17,7 @@ const WindowsContainer = styled.div`
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
|
width: 100vw;
|
||||||
color: var(--window-bar-fg);
|
color: var(--window-bar-fg);
|
||||||
background-color: var(--window-bar-bg);
|
background-color: var(--window-bar-bg);
|
||||||
-webkit-app-region: drag;
|
-webkit-app-region: drag;
|
||||||
|
@ -116,6 +117,7 @@ const MacOsContainer = styled.div`
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
|
width: 100vw;
|
||||||
-webkit-app-region: drag;
|
-webkit-app-region: drag;
|
||||||
color: var(--window-bar-fg);
|
color: var(--window-bar-fg);
|
||||||
background-color: var(--window-bar-bg);
|
background-color: var(--window-bar-bg);
|
||||||
|
|
Reference in a new issue