Skip to content

Commit

Permalink
Merge pull request #142 from H4TK1D/QOL
Browse files Browse the repository at this point in the history
Small QoL
  • Loading branch information
refact0r authored Nov 9, 2024
2 parents 6aa5cbf + 459504e commit c338f95
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions midnight.css
Original file line number Diff line number Diff line change
Expand Up @@ -620,7 +620,8 @@ button.button_dd4f85 /* small buttons */,
}

/* fix member list rounded corners */
.members_cbd271 {
.members_cbd271.thin_c49869,
.members_cbd271.thin_eed6a8 {
border-radius: 0 0 var(--roundness-xl) var(--roundness-xl);
}

Expand Down Expand Up @@ -904,7 +905,6 @@ button.button_f67531 /* make user panel buttons round */ {

/* Call background fits theme */
.callContainer_d880dc {
border-radius: var(--roundness-xl) var(--roundness-xl) 0 0 !important;
background: var(--bg-4);
}

Expand Down Expand Up @@ -941,6 +941,7 @@ button.button_f67531 /* make user panel buttons round */ {
.theme-light {
--text-link: var(--accent-5);
}

html.theme-light,
.theme-dark {
--activity-card-background: var(--bg-3);
Expand Down

0 comments on commit c338f95

Please sign in to comment.