From 4056a0410a1ac89a88073bc7348a31571dd31d6a Mon Sep 17 00:00:00 2001 From: NotSoToothless <67082114+FURRO404@users.noreply.github.com> Date: Thu, 14 May 2026 15:17:58 -0700 Subject: [PATCH] purring (#1239) --- web/views/partials/nav.ejs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/web/views/partials/nav.ejs b/web/views/partials/nav.ejs index 07b0823..be323ab 100644 --- a/web/views/partials/nav.ejs +++ b/web/views/partials/nav.ejs @@ -44,8 +44,8 @@ gap: 12px; transition: background-color 200ms ease; } -.switcher-card.card-tss .switcher-card-inner { flex-direction: row; padding: 10px 4px 10px 26px; } -.switcher-card.card-sre .switcher-card-inner { flex-direction: row-reverse; padding: 10px 26px 10px 4px; } +.switcher-card.card-tss .switcher-card-inner { flex-direction: row; padding: 10px 0 10px 26px; } +.switcher-card.card-sre .switcher-card-inner { flex-direction: row-reverse; padding: 10px 26px 10px 0; } .switcher-card:hover .switcher-card-inner { background: rgba(255,255,255,0.04); } .switcher-card.card-tss:hover { filter: drop-shadow(0 0 14px rgba(255,157,0,0.18)); } .switcher-card.card-sre:hover { filter: drop-shadow(0 0 14px rgba(144,238,144,0.18)); } @@ -64,8 +64,8 @@ .switcher-card.card-sre .switcher-pfp { box-shadow: 0 0 0 1px rgba(144,238,144,0.35), 0 0 18px -4px rgba(144,238,144,0.45); } -.switcher-card.card-tss:hover .switcher-pfp { transform: scale(1.05) rotate(-2deg); } -.switcher-card.card-sre:hover .switcher-pfp { transform: scale(1.05) rotate(2deg); } +.switcher-card.card-tss:hover .switcher-pfp { transform: scale(1.05); } +.switcher-card.card-sre:hover .switcher-pfp { transform: scale(1.05); } .switcher-text { flex: 1 1 auto;