Skip to content

Commit 027c56d

Browse files
authored
fix: bookmarks full width while in list mode (#979)
1 parent 2bcb890 commit 027c56d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

internal/view/assets/css/style.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

internal/view/assets/less/common.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -586,7 +586,7 @@ a {
586586
&.list {
587587
grid-gap: 0;
588588
padding-bottom: 0;
589-
grid-template-columns: minmax(0, 1000px);
589+
grid-template-columns: auto;
590590

591591
.pagination-box {
592592
padding: 16px 0;

0 commit comments

Comments
 (0)