Fix mobile css
This commit is contained in:
parent
426145db5e
commit
f656ca69d9
4 changed files with 66 additions and 53 deletions
|
@ -277,4 +277,10 @@ a {
|
|||
.bookmarked {
|
||||
color: rgb(180, 180, 7);
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 799px) {
|
||||
.hide_texts_on_mobile .actionbar-text {
|
||||
display: none;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue