Skip to content

Commit

Permalink
fix: npc icons and form font weight
Browse files Browse the repository at this point in the history
  • Loading branch information
marvin9257 committed Nov 21, 2024
1 parent 00fc31c commit 0de0cae
Show file tree
Hide file tree
Showing 3 changed files with 70 additions and 18 deletions.
80 changes: 65 additions & 15 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@
"last 3 versions"
],
"dependencies": {
"@league-of-foundry-developers/foundry-vtt-types": "github:League-of-Foundry-Developers/foundry-vtt-types#2315d2385e256f8e7011667683f0859f1f769fdf"
"@league-of-foundry-developers/foundry-vtt-types": "github:League-of-Foundry-Developers/foundry-vtt-types#2315d2385e256f8e7011667683f0859f1f769fdf",
"latest-version": "^9.0.0"
}
}
5 changes: 3 additions & 2 deletions static/styles/twodsix.css
Original file line number Diff line number Diff line change
Expand Up @@ -929,8 +929,8 @@ h2 {
}

.status-icons.npc {
position: relative !important;
top: -20.5ch;
position: absolute !important;
top: 2ch;
/* height: -webkit-fill-available !important; */
align-content: flex-start;
/* flex-wrap: wrap; */
Expand Down Expand Up @@ -4107,6 +4107,7 @@ multi-select.actor-sheet select {

.standard-form .form-group > label {
color: var(--s2d6-default-color);
font-weight: normal;
}

.filepicker .favorites .path a.link[data-source]::before {
Expand Down

0 comments on commit 0de0cae

Please sign in to comment.