mirror of
https://github.com/edumeet/edumeet.git
synced 2026-08-01 15:30:21 +00:00
Move Me to the top of the screen to accomodate for the Filmstrip view
This commit is contained in:
parent
b9f4b6a812
commit
e49cdcf88e
1 changed files with 2 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue