Move Me to the top of the screen to accomodate for the Filmstrip view
parent
b9f4b6a812
commit
e49cdcf88e
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue