From 2d06d465e80d9d115641f2ed1ff9ed294da0b38c Mon Sep 17 00:00:00 2001 From: ilotterytea Date: Wed, 7 May 2025 14:45:27 +0500 Subject: feat: show active content size --- public/index.php | 20 +++++++++++++++++--- public/static/style.css | 4 ++++ 2 files changed, 21 insertions(+), 3 deletions(-) (limited to 'public') diff --git a/public/index.php b/public/index.php index ba0be34..c86dd46 100644 --- a/public/index.php +++ b/public/index.php @@ -47,10 +47,24 @@ authorize_user(); ?> -

- Serving gorillion emotes - - Running +

'; echo sprintf("%s v%s", TINYEMOTES_NAME, TINYEMOTES_VERSION); echo ' '; diff --git a/public/static/style.css b/public/static/style.css index f39fc2c..1398a34 100644 --- a/public/static/style.css +++ b/public/static/style.css @@ -489,4 +489,8 @@ a.box:hover { .center { justify-content: center; align-items: center; +} + +.font-small { + font-size: 12px; } \ No newline at end of file -- cgit v1.2.3