mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-17 23:49:02 +01:00
FIX: remove default list styles
FIX: .extended css reduce max-height, shorten animation duration to 0.5s, and set overflow to auto. FIX: set enriched=notes.enriche on notes.hbs FIX: set experience.value on sidebar.hbs FIX: move tooltip from item-img to img-portrait on inventory-item-V2.hbs REMOVE: unused files
This commit is contained in:
parent
9d84317527
commit
0e8dd59b4b
7 changed files with 13 additions and 252 deletions
|
|
@ -21,6 +21,7 @@
|
|||
.application.daggerheart.dh-style {
|
||||
.inventory-item {
|
||||
width: 100%;
|
||||
list-style-type: none;
|
||||
|
||||
&:hover {
|
||||
.inventory-item-header .img-portait {
|
||||
|
|
@ -108,13 +109,16 @@
|
|||
}
|
||||
|
||||
.inventory-item-content {
|
||||
> *:not(:last-child) {
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
&.extensible {
|
||||
max-height: 0;
|
||||
overflow: hidden;
|
||||
transition: max-height 2s linear;
|
||||
transition: max-height 0.5s ease-in-out;
|
||||
&.extended {
|
||||
max-height: 1000px; // Reasonable large value
|
||||
//maybe need the redo this.... idk, i'm just a little wittle girl, atte: JP.
|
||||
max-height: 500px;
|
||||
overflow: auto;
|
||||
}
|
||||
}
|
||||
.item-resources {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue