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