Skip to content

Commit

Permalink
fix(bug): wide view mode > "Linked References" blank space
Browse files Browse the repository at this point in the history
  • Loading branch information
YU000jp committed Nov 4, 2023
1 parent 57d90b8 commit 6182d41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wide.css
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ body[data-page="page"] {
font-size: .96em;
overflow-y: auto;

&:not(:has(>div.content+div.hidden)) {
&:has(>div.content+div.initial) {
min-width: 400px;
max-width: 570px;

Expand Down

0 comments on commit 6182d41

Please sign in to comment.