mirror of
https://github.com/ankitects/anki.git
synced 2026-01-13 22:13:58 -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;
|
padding: 0;
|
||||||
-webkit-user-select: none;
|
-webkit-user-select: none;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
margin-bottom: 5px;
|
||||||
|
|
||||||
&:not(.fancy).hidden {
|
&:not(.fancy).hidden {
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
&.fancy {
|
&.fancy {
|
||||||
margin-bottom: 5px;
|
|
||||||
|
|
||||||
&.hidden {
|
&.hidden {
|
||||||
transform: translateY(-100vh);
|
transform: translateY(-100vh);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue