Skip to content

Commit

Permalink
Fix compendium browser minimised styles.
Browse files Browse the repository at this point in the history
  • Loading branch information
Fyorl committed Jul 18, 2024
1 parent 3ed6b39 commit 5638160
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions less/v2/compendium-browser.less
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
--icon-size: 32px;
border: none;
background: none;
min-width: 750px;
min-height: 600px;

> header {
background: none;
Expand Down Expand Up @@ -266,4 +264,12 @@
color: var(--color-text-dark-primary);
}
}

&.minimized {
nav.tabs { display: none; }
.window-title { visibility: unset; }
.mode-toggle { display: none; }
.window-content { background: var(--dnd5e-color-dark-gray) url("../../ui/denim075.png"); }
&::after { border-color: var(--dnd5e-color-blue-gray-1); }
}
}

0 comments on commit 5638160

Please sign in to comment.