From a763b335c1d1b3604aafae96f2607e15f937cd3d Mon Sep 17 00:00:00 2001 From: khcrysalis <97859147+khcrysalis@users.noreply.github.com> Date: Mon, 25 Nov 2024 15:23:39 -0800 Subject: [PATCH] chore: will this make it happier? --- src/components/VencordSettings/quickActions.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/VencordSettings/quickActions.css b/src/components/VencordSettings/quickActions.css index c06da4a52..7216d7a35 100644 --- a/src/components/VencordSettings/quickActions.css +++ b/src/components/VencordSettings/quickActions.css @@ -6,7 +6,7 @@ margin-bottom: 1em; } -@media (max-width: 1040px) { +@media (width <=1040px) { .vc-settings-quickActions-card { grid-template-columns: repeat(2, 1fr); }