mirror of
https://github.com/greflm13/StaticGalleryBuilder.git
synced 2026-02-05 02:59:27 +00:00
removed titlebar thingens
This commit is contained in:
@@ -89,10 +89,9 @@ figure {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
position: fixed;
|
||||
left: env(titlebar-area-x, 0);
|
||||
top: env(titlebar-area-y, 0);
|
||||
height: env(titlebar-area-height, 50px);
|
||||
width: env(titlebar-area-width, 100%);
|
||||
left: 0;
|
||||
top: 0;
|
||||
width: 100%;
|
||||
-webkit-app-region: drag;
|
||||
font-size: large;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user