Add hint css (#1059)

* Add hint css

* Move .hint css class to global
This commit is contained in:
Dapoulp 2025-08-26 14:22:40 +02:00 committed by GitHub
parent 3386a9d61d
commit aaf6c689fc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 35 additions and 3 deletions

View file

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