Merge branch 'main' into development

This commit is contained in:
WBHarry 2025-08-26 21:38:27 +02:00
commit 7a764e39ae
10 changed files with 32 additions and 11 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;