diff options
| author | ilotterytea <iltsu@alright.party> | 2025-05-08 01:23:48 +0500 |
|---|---|---|
| committer | ilotterytea <iltsu@alright.party> | 2025-05-08 01:23:48 +0500 |
| commit | 3a5cad0f5fb9461d06b81903763cf504988e8091 (patch) | |
| tree | 573530c6ae95a8284a8321beba1ec02ee82ae594 /public/static/style.css | |
| parent | ada4748a25c39b226534ff0475569a8bd25e17ab (diff) | |
feat: security section in /account
Diffstat (limited to 'public/static/style.css')
| -rw-r--r-- | public/static/style.css | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/public/static/style.css b/public/static/style.css index 1398a34..3ce86af 100644 --- a/public/static/style.css +++ b/public/static/style.css @@ -74,7 +74,10 @@ input[type=file] { form { display: flex; flex-direction: column; - gap: 4px; +} + +form:has(div) { + gap: 16px; } label { |
