Compare commits

..

1 commit

Author SHA1 Message Date
Carlos Fernandez
9754e945fc Styling pass for scrollbars, fieldsets, and scroll shadows 2026-06-17 17:43:29 -04:00
7 changed files with 15 additions and 32 deletions

View file

@ -501,7 +501,7 @@
height: 1px;
width: 100%;
border-bottom: 1px solid @color-border;
mask-image: linear-gradient(270deg, transparent 0%, black 35%,black 50%, black 65%, transparent 100%);
mask-image: linear-gradient(270deg, transparent 0%, black 50%, transparent 100%);
}
side-line-div {

View file

@ -37,11 +37,6 @@
color: @color-text-subtle;
}
.window-header > .attribution-header-label {
margin-right: var(--spacer-4);
pointer-events: none;
}
.tab.inventory {
.gold-section {
display: grid;

View file

@ -8,6 +8,7 @@
flex-direction: column;
gap: 10px;
overflow-y: auto;
padding-bottom: 4px;
scrollbar-gutter: stable;
.with-scroll-shadows();
}

View file

@ -5,13 +5,12 @@
.application.sheet.daggerheart.actor.dh-style.adversary {
.tab.features.active {
position: relative;
padding-left: 12px;
padding-left: 15px;
.feature-section {
display: flex;
flex-direction: column;
gap: 10px;
padding-top: 4px;
padding-right: 2px;
padding: 6px 2px 4px 0;
overflow-y: auto;
scrollbar-gutter: stable;
.with-scroll-shadows();

View file

@ -3,21 +3,16 @@
.application.sheet.daggerheart.actor.dh-style.adversary {
.adversary-header-sheet {
padding: 0 15px;
padding-top: var(--header-height);
width: 100%;
> *:not(line-div, .tab-navigation) {
padding-left: 15px;
padding-right: 15px;
}
.name-row {
display: flex;
gap: 5px;
align-items: center;
justify-content: space-between;
padding-top: var(--spacer-4);
padding-bottom: var(--spacer-4);
padding: 8px 0;
flex: 1;
h1 {
@ -39,8 +34,8 @@
.tags {
display: flex;
gap: 8px;
padding-bottom: var(--spacer-12);
gap: 10px;
padding-bottom: 8px;
.tag {
display: flex;
@ -49,7 +44,8 @@
justify-content: center;
align-items: center;
padding: 3px 5px;
font: var(--font-size-12) @font-body;
font-size: var(--font-size-12);
font: @font-body;
background: light-dark(@dark-15, @beige-15);
border: 1px solid light-dark(@dark, @beige);
@ -68,16 +64,8 @@
.adversary-info {
display: flex;
flex-direction: column;
gap: var(--spacer-8);
padding-top: var(--spacer-12);
padding-bottom: var(--spacer-12);
}
.tab-navigation {
margin-top: 0;
button[data-action="openSettings"] {
margin-right: 12px;
}
gap: 12px;
padding: 16px 0;
}
}
}

View file

@ -1,5 +1,5 @@
.application.sheet.daggerheart.actor.dh-style.adversary .tab.notes.active {
padding-top: 6px;
padding: 6px 0 4px 15px;
.editor-content {
scrollbar-gutter: stable;
.with-scroll-shadows();

View file

@ -32,8 +32,8 @@
display: flex;
flex-direction: column;
padding-right: 0;
margin-right: 1px;
margin-bottom: 12px;
margin-right: 2px;
margin-bottom: 16px;
}
}
}