mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-03-07 14:36: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 {
|
&.extensible {
|
||||||
display: grid;
|
display: grid;
|
||||||
grid-template-rows: 0fr;
|
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 {
|
&.extended {
|
||||||
grid-template-rows: 1fr;
|
grid-template-rows: 1fr;
|
||||||
|
padding-top: 4px;
|
||||||
}
|
}
|
||||||
.invetory-description {
|
.invetory-description {
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue