summaryrefslogtreecommitdiff
path: root/front/src/styles/trill.css
diff options
context:
space:
mode:
authorpolwex <polwex@sortug.com>2025-09-18 08:26:30 +0700
committerpolwex <polwex@sortug.com>2025-09-18 08:26:30 +0700
commit7bac4927e8895719a91011da9a2b997579238145 (patch)
tree8b47f7370718e874af9a292a1b8e0e09555f3990 /front/src/styles/trill.css
parent0549cfd01f1feed9c313a84a3884328d08887caf (diff)
damn my trill codebase was really something
Diffstat (limited to 'front/src/styles/trill.css')
-rw-r--r--front/src/styles/trill.css11
1 files changed, 11 insertions, 0 deletions
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; */