added window controls overlay

This commit is contained in:
2024-07-09 09:39:39 +02:00
committed by Flo Greistorfer
parent 771112c943
commit 01cc770ff7
3 changed files with 10 additions and 4 deletions

View File

@@ -83,8 +83,11 @@ figure {
margin: 0;
padding: 0;
position: fixed;
top: 0;
width: 100%;
left: env(titlebar-area-x, 0);
top: env(titlebar-area-y, 0);
height: env(titlebar-area-height, 50px);
width: env(titlebar-area-width, 100%);
-webkit-app-region: drag;
font-size: large;
}