aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/showHiddenChannels/style.css
diff options
context:
space:
mode:
authorNuckyz <61953774+Nuckyz@users.noreply.github.com>2023-03-21 03:07:16 -0300
committerGitHub <noreply@github.com>2023-03-21 06:07:16 +0000
commit586b26d2d4736e401beba41a29cf03d27e69ca7f (patch)
tree234bcc6edc597ca976e55c7db22c0aa6c590dbe4 /src/plugins/showHiddenChannels/style.css
parentd482d33d6f93632b1277524efc5aa392f596f095 (diff)
downloadVencord-586b26d2d4736e401beba41a29cf03d27e69ca7f.tar.gz
Vencord-586b26d2d4736e401beba41a29cf03d27e69ca7f.tar.bz2
Vencord-586b26d2d4736e401beba41a29cf03d27e69ca7f.zip
Fixes and ShowHiddenChannels improvements (#634)
~ Fixes #630 ~ Fixes #618
Diffstat (limited to 'src/plugins/showHiddenChannels/style.css')
-rw-r--r--src/plugins/showHiddenChannels/style.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/showHiddenChannels/style.css b/src/plugins/showHiddenChannels/style.css
index 0f85b50..01903ce 100644
--- a/src/plugins/showHiddenChannels/style.css
+++ b/src/plugins/showHiddenChannels/style.css
@@ -103,4 +103,5 @@
.shc-lock-screen-allowed-users-and-roles-container > [class^="members"] {
margin-left: 10px;
flex-wrap: wrap;
+ justify-content: center;
}