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;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
width: 100vw;
|
||||
color: var(--window-bar-fg);
|
||||
background-color: var(--window-bar-bg);
|
||||
-webkit-app-region: drag;
|
||||
|
@ -116,6 +117,7 @@ const MacOsContainer = styled.div`
|
|||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
width: 100vw;
|
||||
-webkit-app-region: drag;
|
||||
color: var(--window-bar-fg);
|
||||
background-color: var(--window-bar-bg);
|
||||
|
|
Reference in a new issue