mirror of
https://github.com/antebudimir/feishin.git
synced 2026-01-01 02:13:33 +00:00
Adjust titlebar / window controls styling
This commit is contained in:
parent
5889b8976c
commit
838c6a8b6a
5 changed files with 9 additions and 8 deletions
|
|
@ -8,9 +8,8 @@ const TitlebarContainer = styled.header`
|
|||
right: 0;
|
||||
z-index: 5000;
|
||||
height: 2.5rem;
|
||||
background: var(--titlebar-bg);
|
||||
background: var(--titlebar-controls-bg);
|
||||
-webkit-app-region: drag;
|
||||
opacity: 0.85;
|
||||
`;
|
||||
|
||||
export const TitlebarOutlet = () => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue