Fix mobile css

This commit is contained in:
cuom1999 2023-02-14 18:05:58 -06:00
parent 426145db5e
commit f656ca69d9
4 changed files with 66 additions and 53 deletions

View file

@ -277,4 +277,10 @@ a {
.bookmarked {
color: rgb(180, 180, 7);
}
}
@media (max-width: 799px) {
.hide_texts_on_mobile .actionbar-text {
display: none;
}
}