From 62f7e4d45c0aa7bdbedecd639e51e6f2446fcc2b Mon Sep 17 00:00:00 2001 From: Vendicated Date: Mon, 30 Jan 2023 05:02:17 +0100 Subject: Add stylelint --- src/components/PluginSettings/styles.css | 3 ++- src/components/VencordSettings/settingsStyles.css | 3 +-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'src/components') diff --git a/src/components/PluginSettings/styles.css b/src/components/PluginSettings/styles.css index 1626d7d..a756fa9 100644 --- a/src/components/PluginSettings/styles.css +++ b/src/components/PluginSettings/styles.css @@ -94,6 +94,7 @@ -webkit-line-clamp: 2; line-clamp: 2; -webkit-box-orient: vertical; + /* stylelint-disable-next-line property-no-unknown */ box-orient: vertical; } @@ -132,6 +133,6 @@ margin-top: 0.5em; } -.vc-plugins-info-button svg:not(:hover):not(:focus) { +.vc-plugins-info-button svg:not(:hover, :focus) { color: var(--text-muted); } diff --git a/src/components/VencordSettings/settingsStyles.css b/src/components/VencordSettings/settingsStyles.css index 4b1e16b..76064be 100644 --- a/src/components/VencordSettings/settingsStyles.css +++ b/src/components/VencordSettings/settingsStyles.css @@ -16,9 +16,8 @@ gap: 1em; align-items: center; justify-content: space-between; - flex-wrap: wrap; flex-grow: 1; - flex-direction: row; + flex-flow: row wrap; margin-bottom: 1em; } -- cgit