diff options
| author | ilotterytea <iltsu@alright.party> | 2025-06-06 23:33:22 +0400 |
|---|---|---|
| committer | ilotterytea <iltsu@alright.party> | 2025-06-06 23:33:22 +0400 |
| commit | 8f78f23399155d8cac347c22749484c784aa9ca0 (patch) | |
| tree | 12e137e8713ad571efadc6d426cddae9a69d7511 /public/static | |
| parent | c7dd181df95ccab9c08818015f4abf27852ff4a0 (diff) | |
feat: preserve original filename option
Diffstat (limited to 'public/static')
| -rw-r--r-- | public/static/style.css | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/public/static/style.css b/public/static/style.css index e76b7c6..3edf252 100644 --- a/public/static/style.css +++ b/public/static/style.css @@ -66,10 +66,14 @@ table.vertical { } table.vertical th { - text-align: end; + text-align: right; vertical-align: top; } +table.vertical.left th { + text-align: left; +} + /** FORM */ button[type=submit] { background: linear-gradient(0deg, var(--box-tab-background), var(--background)); |
