From 41c9ed8024a61e728838af3d0a749f1b7c2b6ea0 Mon Sep 17 00:00:00 2001 From: Nad Alaba <37968805+nadalaba@users.noreply.github.com> Date: Tue, 24 Mar 2026 18:19:10 +0300 Subject: [PATCH] fix scss property order (vendor-specific first) --- 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 daa6e532be96..6cb6e84e2286 100644 --- a/frontend/src/styles/test.scss +++ b/frontend/src/styles/test.scss @@ -192,8 +192,8 @@ } #words { - height: fit-content; height: -moz-fit-content; + height: fit-content; padding-bottom: 0.5em; // to account for hints of the bottom line display: flex; flex-wrap: wrap; @@ -344,8 +344,8 @@ } &.blurred { opacity: 0.25; - filter: blur(4px); -webkit-filter: blur(4px); + filter: blur(4px); } &.blind { @@ -898,8 +898,8 @@ } #resultReplay .words { - user-select: none; -webkit-user-select: none; + user-select: none; } .chart {