Skip to content

Commit

Permalink
[foundryvtt#1401] Item choice configuration hint styling tweaks.
Browse files Browse the repository at this point in the history
  • Loading branch information
Fyorl authored and arbron committed Jan 16, 2023
1 parent 076e225 commit 94bc426
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
6 changes: 5 additions & 1 deletion dnd5e.css
Original file line number Diff line number Diff line change
Expand Up @@ -1423,7 +1423,11 @@ h5 {
text-align: end;
}
.dnd5e.advancement.item-choice textarea {
margin-inline-start: 9px;
margin-inline-start: 8px;
border: none;
font-family: var(--font-primary);
font-size: var(--font-size-12);
height: 100px;
}
.dnd5e.advancement.scale-value {
--grid-two-column-right-size: 0.6fr;
Expand Down
6 changes: 5 additions & 1 deletion less/advancement.less
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,11 @@
}

textarea {
margin-inline-start: 9px;
margin-inline-start: 8px;
border: none;
font-family: var(--font-primary);
font-size: var(--font-size-12);
height: 100px;
}
}

Expand Down

0 comments on commit 94bc426

Please sign in to comment.