mirror of
https://github.com/ankitects/anki.git
synced 2025-09-20 15:02:21 -04:00
Fix bottom toolbar disappearing on UI > 100
This commit is contained in:
parent
ccd42b9bd3
commit
b42e95463d
1 changed files with 3 additions and 3 deletions
|
@ -11,6 +11,9 @@
|
||||||
grid-template-columns: repeat(3, 1fr);
|
grid-template-columns: repeat(3, 1fr);
|
||||||
align-items: start;
|
align-items: start;
|
||||||
align-content: space-between;
|
align-content: space-between;
|
||||||
|
body:not(.fancy) & {
|
||||||
|
border-bottom: 1px solid var(--border-subtle);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.left-tray {
|
.left-tray {
|
||||||
|
@ -107,9 +110,6 @@ body {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
&:not(.fancy) {
|
|
||||||
border-bottom: 1px solid var(--border-subtle);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
* {
|
* {
|
||||||
|
|
Loading…
Reference in a new issue