Move Me to the top of the screen to accomodate for the Filmstrip view

master
Torjus 2018-07-20 11:10:24 +02:00
parent b9f4b6a812
commit e49cdcf88e
1 changed files with 2 additions and 2 deletions

View File

@ -153,13 +153,13 @@
}
+desktop() {
bottom: 20px;
top: 20px;
left: 20px;
border: 1px solid rgba(#fff, 0.15);
}
+mobile() {
bottom: 10px;
top: 10px;
left: 10px;
border: 1px solid rgba(#fff, 0.25);
}