From 8503003a244ecfcfc6fd85cb8ef2ed6f89e8b118 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Do=C4=9Fukan=20=C3=9Crker?= Date: Tue, 16 Jan 2024 21:35:50 +0300 Subject: [PATCH] standard-UI general icon size is now bigger --- static/standardUI/css/general.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/static/standardUI/css/general.css b/static/standardUI/css/general.css index 9d4626db..fe9af0fe 100644 --- a/static/standardUI/css/general.css +++ b/static/standardUI/css/general.css @@ -56,7 +56,9 @@ button { background-color: transparent; border: 0; } - +.ti { + font-size: 1.5rem; +} .form { height: fit-content; width: fit-content;