mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-07 12:30:12 +02:00
Add opacity to window controls
This commit is contained in:
@@ -14,7 +14,6 @@ const TitlebarContainer = styled.div`
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
color: var(--titlebar-fg);
|
||||
opacity: 0.9;
|
||||
|
||||
button {
|
||||
-webkit-app-region: no-drag;
|
||||
|
||||
@@ -10,6 +10,7 @@ const TitlebarContainer = styled.header`
|
||||
height: 2.5rem;
|
||||
background: var(--titlebar-bg);
|
||||
-webkit-app-region: drag;
|
||||
opacity: 0.85;
|
||||
`;
|
||||
|
||||
export const TitlebarOutlet = () => {
|
||||
|
||||
Reference in New Issue
Block a user