mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-03-07 06:26:13 +01:00
Bit of padding
This commit is contained in:
parent
0011ae0442
commit
26c1998f15
1 changed files with 4 additions and 1 deletions
|
|
@ -174,9 +174,12 @@
|
|||
&.extensible {
|
||||
display: grid;
|
||||
grid-template-rows: 0fr;
|
||||
transition: grid-template-rows 0.3s ease-in-out;
|
||||
transition:
|
||||
grid-template-rows 0.3s ease-in-out,
|
||||
padding-top 0.3s ease-in-out;
|
||||
&.extended {
|
||||
grid-template-rows: 1fr;
|
||||
padding-top: 4px;
|
||||
}
|
||||
.invetory-description {
|
||||
overflow: hidden;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue