Skip to content

Commit

Permalink
set font-size for persistent hud
Browse files Browse the repository at this point in the history
  • Loading branch information
reonZ committed Jul 12, 2024
1 parent 57221fd commit 96976e8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion styles/_persistent.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ $bottom-width: 542px;

[id^="pf2e-hud-persistent"] {
--hud-height: 8em;

font-size: var(--font-size);
}

#pf2e-hud-persistent-left {
Expand All @@ -21,7 +23,6 @@ $bottom-width: 542px;
grid-auto-flow: row;
justify-items: center;
gap: 0.3em;
font-size: 1rem;

.set-actor {
&:not(.active) {
Expand Down
2 changes: 1 addition & 1 deletion styles/pf2e-hud.css

Large diffs are not rendered by default.

Loading

0 comments on commit 96976e8

Please sign in to comment.