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

@ -624,6 +624,7 @@
.form-group {
justify-content: end;
flex-wrap: nowrap;
}
.hint {

View file

@ -18,7 +18,7 @@
color: var(--color-form-hint);
}
&:hover {
.form-group:hover {
.hint {
color: var(--color-form-hint-hover);
}