mirror of
https://github.com/ankitects/anki.git
synced 2026-01-13 14:03:55 -05:00
Update toolbar.scss
This commit is contained in:
parent
b250a2f724
commit
817e1a4f57
1 changed files with 1 additions and 1 deletions
|
|
@ -56,13 +56,13 @@ body {
|
|||
padding: 0;
|
||||
-webkit-user-select: none;
|
||||
overflow: hidden;
|
||||
margin-bottom: 5px;
|
||||
|
||||
&:not(.fancy).hidden {
|
||||
opacity: 0;
|
||||
}
|
||||
|
||||
&.fancy {
|
||||
margin-bottom: 5px;
|
||||
|
||||
&.hidden {
|
||||
transform: translateY(-100vh);
|
||||
|
|
|
|||
Loading…
Reference in a new issue