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

File diff suppressed because one or more lines are too long

View File

@@ -263,14 +263,16 @@ i.i_shugenja:before {
i.i_ring {
content: "";
background: transparent url("../assets/dices/default/ring_blank.svg") no-repeat 0 center;
background-size: 1rem;
display: inline-block;
height: 1rem;
width: 0.75rem;
width: 1rem;
}
// Skill
i.i_skill {
content: "";
background: transparent url("../assets/dices/default/skill_blank.svg") no-repeat 0 0;
background-size: 1rem;
display: inline-block;
height: 1rem;
width: 1rem;

View File

@@ -10,6 +10,10 @@ body {
}
}
.toggle-hidden {
display: none !important;
}
/* Windows */
.window-app {
.window-content {

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;
}
}

View File

@@ -807,9 +807,6 @@
}
.item-list {
display: block;
&.toggle-active {
display: none;
}
}
}
}