Skip to content

Commit

Permalink
Update roundeddiscord.css
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkChan0225 authored Jun 16, 2024
1 parent f77e419 commit bbe313e
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions src/roundeddiscord.css
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
.containerSidenav_c2b517,
.shop_b31ed2,
.container_cfe93d,
.chat__52833,
.container__694a1 {
border-radius: var(--radius);
margin-top: 10px;
Expand Down Expand Up @@ -62,8 +61,8 @@
border-radius: var(--radius);
}
.chat__52833 .threadSidebarOpen__62c31 {
border-radius: var(--radius);
margin-right: 5px;
border-radius: var(--radius) !important;
margin-right: 5px !important;
}

/* User Panel (Optional) */
Expand Down Expand Up @@ -674,3 +673,11 @@
.footer_e0b400 {
border-radius: 0px 0px var(--radius) var(--radius);
}

/* OAuth */
.oauth2Wrapper__5c685 {
border-radius: var(--radius);
}
.footer_b96583 {
border-radius: 0px 0px var(--radius) var(--radius);
}

0 comments on commit bbe313e

Please sign in to comment.