From d7973f5dd033359b77015b67b7a81c595b3180e4 Mon Sep 17 00:00:00 2001 From: ilotterytea Date: Wed, 7 May 2025 03:20:20 +0500 Subject: feat: manual emote resize --- public/static/style.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'public/static/style.css') 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; -- cgit v1.2.3