diff options
| author | winter | 2025-02-06 20:54:52 +0000 |
|---|---|---|
| committer | winter | 2025-02-06 20:54:52 +0000 |
| commit | 27c2a1df69001f979ad9ed5ffbac06fc106b9e30 (patch) | |
| tree | 5f22e3ae15797d3add4659dd70e8d78917c4a9f6 /static/misc.css | |
| parent | 0c9c33d2f626c235ef24d9fabc723be11cd6088b (diff) | |
allow writing alt text on image attachments
Diffstat (limited to 'static/misc.css')
| -rw-r--r-- | static/misc.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/static/misc.css b/static/misc.css index 8013403..d9a491c 100644 --- a/static/misc.css +++ b/static/misc.css @@ -23,6 +23,10 @@ button.secondary { font-size: inherit; font-family: inherit; font-weight: bold; + display: flex; + align-items: center; + justify-content: center; + &:disabled { opacity: 80%; cursor: default; |
