Merged with development

This commit is contained in:
WBHarry 2025-09-06 23:14:31 +02:00
commit 2aa252b321
498 changed files with 4489 additions and 2601 deletions

View file

@ -71,6 +71,7 @@
}
.compendium-results {
position: relative;
padding: 16px;
}
@ -101,10 +102,14 @@
.folder-list,
.item-list-header,
.item-header > div {
gap: 10px;
cursor: pointer;
}
.item-list-header,
.item-header > div {
gap: 10px;
}
.item-filter {
display: flex;
align-items: center;
@ -228,7 +233,8 @@
}
.item-list-header,
.item-list {
.item-list,
.compendium-sidebar > .folder-list {
overflow-y: auto;
scrollbar-gutter: stable;
scrollbar-width: thin;
@ -273,11 +279,11 @@
}
&[data-sort-type='ASC']:after {
content: '\f0d7';
content: '\f884';
}
&[data-sort-type='DESC']:after {
content: '\f0d8';
content: '\f885';
}
}
}
@ -286,6 +292,7 @@
display: flex;
flex-direction: column;
gap: 5px;
flex: 1;
.item-container {
&:hover {
@ -385,8 +392,12 @@
margin: 0;
.title {
margin: 0;
text-align: center;
font-weight: bold;
}
.hint {
flex: unset;
}
}
@ -398,6 +409,7 @@
&.lite,
&.no-folder {
.compendium-sidebar,
.menu-path {
display: none;
}

View file

@ -53,6 +53,10 @@
display: grid;
grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
gap: 8px;
max-height: 184px;
overflow: auto;
scrollbar-width: thin;
scrollbar-color: light-dark(#18162e, #f3c267) transparent;
.domain-container {
position: relative;

View file

@ -4,7 +4,7 @@
fieldset {
display: flex;
flex-direction: column;
gap: 4px;
gap: 0.5rem;
&.two-columns {
display: grid;
@ -32,6 +32,7 @@
display: flex;
align-items: center;
gap: 8px;
flex-wrap: nowrap;
}
.settings-items {