Hide "Edit" and "More" buttons in reviewer bottom bar, if window width is too small

This commit is contained in:
Henrik Giesel 2020-12-26 15:50:09 +01:00
parent 398e7d7845
commit d6a090e1a8

View file

@ -20,6 +20,10 @@ button {
.stat {
padding-top: 5px;
@media (max-width: 583px) {
display: none;
}
}
.stat2 {
@ -78,3 +82,4 @@ button {
border-top-color: var(--faint-border);
}
}