Skip to content

Commit

Permalink
(amend)
Browse files Browse the repository at this point in the history
  • Loading branch information
Eunomiac committed Nov 12, 2023
1 parent 45f4ef4 commit 32cd4ea
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
5 changes: 2 additions & 3 deletions css/style.min.css
Original file line number Diff line number Diff line change
Expand Up @@ -15258,11 +15258,11 @@ template {
filter: brightness(1.5) drop-shadow(0 0 4px black);
}
:root body.vtt.game.system-eunos-blades .app.window-app.sheet.dialog .window-content .consequence-section .roll-consequence-row .roll-consequence-entry-row .roll-consequence-type-select {
font-family: Oswald;
font-family: Oswald, sans-serif;
flex-basis: 150px;
}
:root body.vtt.game.system-eunos-blades .app.window-app.sheet.dialog .window-content .consequence-section .roll-consequence-row .roll-consequence-entry-row .roll-consequence-attribute-select {
font-family: Oswald;
font-family: Oswald, sans-serif;
flex-basis: 95px;
}
:root body.vtt.game.system-eunos-blades .app.window-app.sheet.dialog .window-content .consequence-section .roll-consequence-row .roll-consequence-entry-row .consequence-name {
Expand Down Expand Up @@ -16707,7 +16707,6 @@ template {
}
:root body.vtt.game.system-eunos-blades .app.window-app.sheet.roll-collab .window-content form .sheet-root section.sheet-footer .roll-sheet-float-block.roll-effects-block {
z-index: 4;
width: 100%;
position: absolute;
pointer-events: none;
margin-top: 20px;
Expand Down
4 changes: 2 additions & 2 deletions scss/dialog/_dialogs.scss
Original file line number Diff line number Diff line change
Expand Up @@ -198,12 +198,12 @@
filter: brightness(1.5) drop-shadow(0 0 4px black);
}
.roll-consequence-type-select {
font-family: Oswald;
font-family: Oswald, sans-serif;
flex-basis: 150px;

}
.roll-consequence-attribute-select {
font-family: Oswald;
font-family: Oswald, sans-serif;
flex-basis: 95px;
}
.consequence-name {
Expand Down
1 change: 0 additions & 1 deletion scss/sheets/_roll-collab-sheet.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1637,7 +1637,6 @@

&.roll-effects-block {
z-index: 4;
width: 100%;
position: absolute;
pointer-events: none;
margin-top: 20px;
Expand Down

0 comments on commit 32cd4ea

Please sign in to comment.