From 7bac4927e8895719a91011da9a2b997579238145 Mon Sep 17 00:00:00 2001 From: polwex Date: Thu, 18 Sep 2025 08:26:30 +0700 Subject: damn my trill codebase was really something --- front/src/styles/trill.css | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'front/src/styles/trill.css') diff --git a/front/src/styles/trill.css b/front/src/styles/trill.css index 5687c7a..0a21ed5 100644 --- a/front/src/styles/trill.css +++ b/front/src/styles/trill.css @@ -306,6 +306,17 @@ footer .icon { /* min-width: 64px; */ } +footer .icon .icon-wrapper { + cursor: pointer; + display: inline-block; + transition: transform 0.1s ease, opacity 0.1s ease; +} + +footer .icon .icon-wrapper:hover { + transform: scale(1.1); + opacity: 0.8; +} + footer #menu-icon { width: 32px !important; /* margin-left: 20px; */ -- cgit v1.2.3