From 0b6ed84ab244763ae1ac32155bc1b87866679836 Mon Sep 17 00:00:00 2001 From: Miodec Date: Sat, 12 Aug 2023 23:34:22 +0200 Subject: [PATCH] style: remove transitions from testConfig This makes for a cleaner change when passing a width breakpoint --- frontend/src/styles/test.scss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/frontend/src/styles/test.scss b/frontend/src/styles/test.scss index 0a8158ade..27347239d 100644 --- a/frontend/src/styles/test.scss +++ b/frontend/src/styles/test.scss @@ -1008,8 +1008,10 @@ height: max-content; width: 100%; justify-content: space-around; - transition: 0.125s; margin-bottom: 1rem; + .textButton { + transition: none; + } .puncAndNum { // transition: 0.25s cubic-bezier(0.37, 0, 0.63, 1); overflow: hidden; @@ -1029,7 +1031,6 @@ border-radius: calc(var(--roundness) / 2); background: var(--bg-color); margin: 0.5rem 0; - transition: 0.25s; &.scrolled { width: 0; margin: auto 0; @@ -1057,7 +1058,6 @@ grid-auto-flow: column; .textButton { - transition: 0.125s; padding: 0.75rem 0.5rem 0.7rem 0.5rem; &:first-child {