diff options
| author | Nuckyz <61953774+Nuckyz@users.noreply.github.com> | 2023-05-16 23:37:47 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-05-17 04:37:47 +0200 |
| commit | f6fd7cf37a177aed043addeaddd11b6aaad06419 (patch) | |
| tree | 8aced6e58fafbf02d1fbf337f603db41dc2ecefa /src/plugins/permissionsViewer | |
| parent | d53476a32a06e2185cdac267a289249bbcb81aa9 (diff) | |
| download | Vencord-f6fd7cf37a177aed043addeaddd11b6aaad06419.tar.gz Vencord-f6fd7cf37a177aed043addeaddd11b6aaad06419.tar.bz2 Vencord-f6fd7cf37a177aed043addeaddd11b6aaad06419.zip | |
PlatformIndicators: make mobile icon match Discord's (#1160)
Diffstat (limited to 'src/plugins/permissionsViewer')
| -rw-r--r-- | src/plugins/permissionsViewer/styles.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/permissionsViewer/styles.css b/src/plugins/permissionsViewer/styles.css index 08e5e1c..a6b7cfe 100644 --- a/src/plugins/permissionsViewer/styles.css +++ b/src/plugins/permissionsViewer/styles.css @@ -110,8 +110,8 @@ .vc-permviewer-perms-perms-item-icon { border: 1px solid var(--background-modifier-selected); - width: 25px; - height: 25px; + width: 24px; + height: 24px; margin-right: 5px; } |
