Commit 54e66274 authored by SpinShare's avatar SpinShare

adjusted offset for titlebar

parent 032bba22
...@@ -45,7 +45,7 @@ ...@@ -45,7 +45,7 @@
display: grid; display: grid;
position: fixed; position: fixed;
z-index: 50; z-index: 50;
top: 0px; top: 30px;
left: 0px; left: 0px;
bottom: 0px; bottom: 0px;
grid-template-rows: 1fr auto; grid-template-rows: 1fr auto;
......
...@@ -46,7 +46,7 @@ ...@@ -46,7 +46,7 @@
.delete-overlay { .delete-overlay {
position: fixed; position: fixed;
z-index: 100; z-index: 100;
top: 0px; top: 30px;
left: 0px; left: 0px;
right: 0px; right: 0px;
bottom: 0px; bottom: 0px;
......
...@@ -62,7 +62,7 @@ ...@@ -62,7 +62,7 @@
.download-overlay { .download-overlay {
position: fixed; position: fixed;
z-index: 10; z-index: 10;
top: 0px; top: 30px;
bottom: 0px; bottom: 0px;
left: 60px; left: 60px;
width: 400px; width: 400px;
......
...@@ -63,7 +63,7 @@ ...@@ -63,7 +63,7 @@
.play-overlay { .play-overlay {
position: fixed; position: fixed;
z-index: 100; z-index: 100;
top: 0px; top: 30px;
left: 0px; left: 0px;
right: 0px; right: 0px;
bottom: 0px; bottom: 0px;
......
...@@ -55,7 +55,7 @@ ...@@ -55,7 +55,7 @@
.update-overlay { .update-overlay {
position: fixed; position: fixed;
z-index: 100; z-index: 100;
top: 0px; top: 30px;
left: 0px; left: 0px;
right: 0px; right: 0px;
bottom: 0px; bottom: 0px;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment