From 3db22c426fb25a24864a0e8c5a14dcb21f722028 Mon Sep 17 00:00:00 2001 From: Wirlaburla Date: Wed, 31 May 2023 22:25:10 -0500 Subject: [PATCH] - Popbutton now has a transition - Margins on buttons were changed --- style.css | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/style.css b/style.css index b87e2d1..3c8090c 100644 --- a/style.css +++ b/style.css @@ -373,6 +373,7 @@ nav .logo { width: 44px; text-overflow: clip; overflow: hidden; + transition-duration: 0.1s; } .longbutton, .smallbutton { @@ -383,12 +384,10 @@ nav .logo { .longbutton { width: 116px; - margin: 2px 4px !important; } .smallbutton { width: 20px; - margin: 2px !important; } .longbutton a, .smallbutton a { @@ -533,7 +532,7 @@ body { .button { display: block; - margin: 4px; + margin: 2px; } .button a { @@ -544,6 +543,7 @@ body { .popbutton { font-size: 16px; + margin: 2px 4px; } .popbutton:hover { @@ -669,7 +669,11 @@ body { .button { display: inline-block; - margin: 2px 4px; + margin: 2px; + } + + .popbutton { + margin: 4px 2px; } .popbutton:hover {