Added collapsible skill group & volatile storage.

This commit is contained in:
Vlyan
2022-03-12 15:19:30 +01:00
parent ccc81d439f
commit 3b3cb67787
14 changed files with 75 additions and 25 deletions

View File

@@ -493,17 +493,6 @@
padding: 0;
}
}
.toggle-active {
height: 6rem;
overflow-y: auto;
scrollbar-width: thin;
border: 1px solid $l5r5e-title;
}
p {
&.toggle-active {
padding: 0.25rem;
}
}
&:hover,
&:active {
.item-description {
@@ -524,7 +513,7 @@
display: none;
height: auto;
}
.toggle-active {
.stance-active {
display: block;
height: auto;
border: 0 none;
@@ -534,7 +523,7 @@
height: auto;
border: 0 none;
}
.toggle-active {
.stance-active {
display: block;
}
}