Skip to content

Commit

Permalink
Mod management tool
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkChan0225 authored Jun 26, 2024
1 parent 08e5f4c commit 09b9007
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions src/roundeddiscord.css
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
.containerSidenav_d576e9,
.shop_e77fa3,
.container_cac32e,
.container_d1c246 {
.container_d1c246,
.sidebarContianer_d2194f {
border-radius: var(--radius);
margin-top: 10px;
margin-bottom: 10px;
Expand Down Expand Up @@ -64,6 +65,10 @@
border-radius: var(--radius);
margin-right: 5px;
}
div.profileThemedContainer_d2194f {
border-radius: var(--radius);
margin-bottom: 20px;
}

/* User Panel (Optional) */
.container_ee69e0,
Expand Down Expand Up @@ -594,7 +599,13 @@
.premiumMemberCountSwitchContainer_abfcad,
.settingCard_dd864e,
.container_c18ec9,
.voiceChannelsButton_a08117 {
.voiceChannelsButton_a08117,
.container_d936aa,
.container_f51af4,
.permissionChiplet_a507b4,
.modInfoItemContainer_ce9fb9,
.permissionItemContainer_f38b88,
.roleChiplet_f38b88 {
border-radius: var(--radius);
}
.layout_e9f61e {
Expand Down

0 comments on commit 09b9007

Please sign in to comment.