mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-03-10 19:17:09 +01:00
[Fix] 1699 - Trait Generalization For Descriptions (#1717)
* Fixed so that domaincard tooltips properly use the all domains including homebrew * . * Adjust spacing of compendium browser tags (#1720) * Remove some vestigial inCompendiums --------- Co-authored-by: Carlos Fernandez <CarlosFdez@users.noreply.github.com> Co-authored-by: Carlos Fernandez <cfern1990@gmail.com>
This commit is contained in:
parent
83f6c940df
commit
f920fa7ba2
11 changed files with 61 additions and 97 deletions
|
|
@ -304,7 +304,15 @@
|
|||
padding: 0 0 0 50px;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 5px;
|
||||
|
||||
.item-description-outer-container:has(div, p) {
|
||||
margin-top: 8px;
|
||||
}
|
||||
|
||||
/* Some items don't include an outer container, so we attempt a catch-all */
|
||||
> *:last-child {
|
||||
padding-bottom: 6px;
|
||||
}
|
||||
|
||||
h1 {
|
||||
font-size: var(--font-size-32);
|
||||
|
|
@ -350,6 +358,7 @@
|
|||
.filter-content,
|
||||
.item-desc {
|
||||
display: grid;
|
||||
opacity: 0;
|
||||
grid-template-rows: 0fr;
|
||||
transition: all 0.3s ease-in-out;
|
||||
width: 100%;
|
||||
|
|
@ -378,8 +387,8 @@
|
|||
}
|
||||
|
||||
.expanded + .extensible {
|
||||
opacity: 1;
|
||||
grid-template-rows: 1fr;
|
||||
padding-top: 10px;
|
||||
}
|
||||
|
||||
.welcome-message {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue