mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 22:12:21 -04:00
Hide "Edit" and "More" buttons in reviewer bottom bar, if window width is too small
This commit is contained in:
parent
398e7d7845
commit
d6a090e1a8
1 changed files with 5 additions and 0 deletions
|
@ -20,6 +20,10 @@ button {
|
||||||
|
|
||||||
.stat {
|
.stat {
|
||||||
padding-top: 5px;
|
padding-top: 5px;
|
||||||
|
|
||||||
|
@media (max-width: 583px) {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.stat2 {
|
.stat2 {
|
||||||
|
@ -78,3 +82,4 @@ button {
|
||||||
border-top-color: var(--faint-border);
|
border-top-color: var(--faint-border);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue