Skip to content

Commit

Permalink
fix: always show bookmark menu on tablets (#944)
Browse files Browse the repository at this point in the history
* fix: always show bookmark menu on tablets

* make styles
  • Loading branch information
fmartingr authored Jun 26, 2024
1 parent bc8c06a commit 06efb08
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion internal/view/assets/css/style.css

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion internal/view/assets/less/bookmark-item.less
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,8 @@
}
}

@media (max-width: 600px) {
// Display bookmark menu items on small/medium screens
@media (max-width: 1024px) {
a {
display: block;
}
Expand Down

0 comments on commit 06efb08

Please sign in to comment.