mirror of
https://github.com/go-shiori/shiori.git
synced 2024-11-10 09:23:35 +08:00
fix: always show bookmark menu on tablets (#944)
* fix: always show bookmark menu on tablets * make styles
This commit is contained in:
parent
bc8c06a1c4
commit
06efb08d01
2 changed files with 3 additions and 2 deletions
File diff suppressed because one or more lines are too long
|
@ -165,7 +165,8 @@
|
|||
}
|
||||
}
|
||||
|
||||
@media (max-width: 600px) {
|
||||
// Display bookmark menu items on small/medium screens
|
||||
@media (max-width: 1024px) {
|
||||
a {
|
||||
display: block;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue