Commit 54e66274 authored by SpinShare's avatar SpinShare

adjusted offset for titlebar

parent 032bba22
......@@ -45,7 +45,7 @@
display: grid;
position: fixed;
z-index: 50;
top: 0px;
top: 30px;
left: 0px;
bottom: 0px;
grid-template-rows: 1fr auto;
......
......@@ -46,7 +46,7 @@
.delete-overlay {
position: fixed;
z-index: 100;
top: 0px;
top: 30px;
left: 0px;
right: 0px;
bottom: 0px;
......
......@@ -62,7 +62,7 @@
.download-overlay {
position: fixed;
z-index: 10;
top: 0px;
top: 30px;
bottom: 0px;
left: 60px;
width: 400px;
......
......@@ -63,7 +63,7 @@
.play-overlay {
position: fixed;
z-index: 100;
top: 0px;
top: 30px;
left: 0px;
right: 0px;
bottom: 0px;
......
......@@ -55,7 +55,7 @@
.update-overlay {
position: fixed;
z-index: 100;
top: 0px;
top: 30px;
left: 0px;
right: 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