fix: always show bookmark menu on tablets (#944)

* fix: always show bookmark menu on tablets

* make styles
This commit is contained in:
Felipe Martin 2024-06-26 18:26:40 +02:00 committed by GitHub
parent bc8c06a1c4
commit 06efb08d01
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 2 deletions

File diff suppressed because one or more lines are too long

View file

@ -165,7 +165,8 @@
}
}
@media (max-width: 600px) {
// Display bookmark menu items on small/medium screens
@media (max-width: 1024px) {
a {
display: block;
}