Skip to content

Commit

Permalink
fix: bookmarks full width while in list mode (#979)
Browse files Browse the repository at this point in the history
  • Loading branch information
Monirzadeh authored Sep 22, 2024
1 parent 2bcb890 commit 027c56d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion internal/view/assets/css/style.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion internal/view/assets/less/common.less
Original file line number Diff line number Diff line change
Expand Up @@ -586,7 +586,7 @@ a {
&.list {
grid-gap: 0;
padding-bottom: 0;
grid-template-columns: minmax(0, 1000px);
grid-template-columns: auto;

.pagination-box {
padding: 16px 0;
Expand Down

0 comments on commit 027c56d

Please sign in to comment.