From 514567eeb18f43f04ad6ac6f8d9a157a7f665d00 Mon Sep 17 00:00:00 2001 From: Ruben Date: Tue, 10 Dec 2024 22:28:05 -0600 Subject: [PATCH] ok don't transition everything --- style.css | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index 22c7b6b..3a2045e 100644 --- a/style.css +++ b/style.css @@ -124,7 +124,9 @@ body { margin-right: auto; margin-bottom: 3.4em; - transition: .2s; + transition: .2s border-color; + transition: .2s padding; + transition: .2s margin; box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; } @@ -801,7 +803,8 @@ footer { } .terminal { - transition: .2s; + transition: .2s padding; + transition: .2s margin; .term-titlebar { margin: -16px 0px -24px;