diff options
| author | ilotterytea <iltsu@alright.party> | 2025-05-07 03:20:20 +0500 |
|---|---|---|
| committer | ilotterytea <iltsu@alright.party> | 2025-05-07 03:20:20 +0500 |
| commit | d7973f5dd033359b77015b67b7a81c595b3180e4 (patch) | |
| tree | 368e7545cb1a874e9ebd48c5827029be3b40e3d9 /public/static | |
| parent | 643fccf82f1ab35565172f6bbe7b001927d71775 (diff) | |
feat: manual emote resize
Diffstat (limited to 'public/static')
| -rw-r--r-- | public/static/style.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/public/static/style.css b/public/static/style.css index b658488..f39fc2c 100644 --- a/public/static/style.css +++ b/public/static/style.css @@ -67,6 +67,10 @@ input { border: 1px solid gray; } +input[type=file] { + max-width: 230px; +} + form { display: flex; flex-direction: column; |
