Merge branch 'development' into compendium-browser-per-type

This commit is contained in:
Dapoolp 2025-08-27 10:55:42 +02:00
commit a391470ad0
116 changed files with 2062 additions and 1065 deletions

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

@ -127,4 +127,4 @@
text-align: center;
}
}
}
}