Created
November 6, 2021 18:34
-
-
Save Winding6636/defe7dd480dc2cadc29cde9d325f45b7 to your computer and use it in GitHub Desktop.
Discord SidelistBars Size Custom CSS
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* 右ユーザーリストバー */ | |
.container-2wlB3z, | |
.content-3YMskv[role=list]{ | |
width: 180px; | |
} | |
/* 左サーバーリストバー */ | |
nav[aria-label="サーバー サイドバー"], | |
.listItem-2Ig28I, | |
div[aria-label="サーバー"]{ | |
width: 50px; | |
} | |
/* 左サーバー アイコンサイズ */ | |
.svg-1X37T1{ | |
width: 42px; | |
height: 42px; | |
} | |
/* サーバーチャンネルリスト */ | |
.sidebar-2K8pFh{ | |
width: 200px; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment