This commit is contained in:
@@ -3280,16 +3280,10 @@ i.lethalfantasy {
|
||||
.message.lethalfantasy.dice-roll .damage-buttons .damage-buttons-grid,
|
||||
.message.fvtt-lethal-fantasy.dice-roll .damage-buttons .damage-buttons-grid {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(2, 1fr);
|
||||
gap: 8px;
|
||||
}
|
||||
.lethalfantasy.dice-roll .damage-buttons .damage-buttons-grid.monster-damage,
|
||||
.fvtt-lethal-fantasy.dice-roll .damage-buttons .damage-buttons-grid.monster-damage,
|
||||
.message.lethalfantasy.dice-roll .damage-buttons .damage-buttons-grid.monster-damage,
|
||||
.message.fvtt-lethal-fantasy.dice-roll .damage-buttons .damage-buttons-grid.monster-damage {
|
||||
grid-template-columns: 1fr;
|
||||
max-width: 280px;
|
||||
margin: 0 auto;
|
||||
gap: 8px;
|
||||
}
|
||||
.lethalfantasy.dice-roll .damage-buttons .damage-buttons-grid .damage-roll-btn,
|
||||
.fvtt-lethal-fantasy.dice-roll .damage-buttons .damage-buttons-grid .damage-roll-btn,
|
||||
@@ -3549,6 +3543,7 @@ i.lethalfantasy {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(2, 1fr);
|
||||
gap: 8px;
|
||||
justify-items: center;
|
||||
}
|
||||
.lethalfantasy.dice-roll .d30-message,
|
||||
.fvtt-lethal-fantasy.dice-roll .d30-message,
|
||||
|
||||
Reference in New Issue
Block a user