Skip to content

Instantly share code, notes, and snippets.

@Winding6636
Created November 6, 2021 18:34
Show Gist options
  • Save Winding6636/defe7dd480dc2cadc29cde9d325f45b7 to your computer and use it in GitHub Desktop.
Save Winding6636/defe7dd480dc2cadc29cde9d325f45b7 to your computer and use it in GitHub Desktop.
Discord SidelistBars Size Custom CSS
/* 右ユーザーリストバー */
.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