Skip to content

Commit

Permalink
VC
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkChan0225 committed Jul 9, 2024
1 parent ee6a149 commit 6a89c44
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions src/roundeddiscord.css
Original file line number Diff line number Diff line change
Expand Up @@ -726,7 +726,8 @@ div.profileThemedContainer_d2194f {
.group_e3c4bb,
.activityItem_d46b95,
.activityTag_d46b95,
.container_a3d172 {
.container_a3d172,
.tile_dc5fc4 {
border-radius: var(--radius);
}
.layout_e9f61e {
Expand Down Expand Up @@ -784,12 +785,16 @@ div.profileThemedContainer_d2194f {
.newMessagesBar_cf58b5 {
border-radius: 0 0 var(--radius) var(--radius) !important;
}
.formContainer-1zrOWf .title-1v5ZfI {
.formContainer_c1668f .title_c1668f,
.formContainer_c1668f .channelTextAreaInner_c1668f {
border-radius: 0;
}
.controlButton_b6e2f9 > svg > foreignObject {
mask: none;
}
.bottomControls_dd069c .button_dd4f85 {
border-radius: 30px !important;
}
.channelTextArea_a7d72e {
background-color: unset;
}
Expand Down

0 comments on commit 6a89c44

Please sign in to comment.