Skip to content

Commit

Permalink
fix: class names
Browse files Browse the repository at this point in the history
  • Loading branch information
FedeIlLeone committed Jul 10, 2024
1 parent 2eea901 commit d961c5e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions themes/AvatarDecorationCheckmark/scss/_vars.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ $checkmark: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg"
$locations: (
"profile": (
"wrapper": ".userProfileInner_c69a7b",
"username": ":is(.nickname_c9ccf6, .container-3g15px, .text-lg\\/semibold_dc00ef)"
"username": ":is(.nickname_c9ccf6, .container_c9ccf6, .text-lg\\/semibold_dc00ef, .nickname_c32acf)"
),
"message": (
"wrapper": ".contents_ec86aa",
"username": ".username_ec86aa:not(.vc-rdb-view .username_ec86aa)"
"wrapper": ".contents_f9f2ca",
"username": ".username_f9f2ca:not(.vc-rdb-view .username_f9f2ca)"
),
"dm-header": (
"wrapper": ".container_c2668b",
Expand Down
4 changes: 2 additions & 2 deletions themes/ImageLink/scss/main.scss
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
// Image actions
.optionsContainer_aa8ea9 {
.optionsContainer_fb6520 {
inset: 0;
margin-top: 0;

// Link
@at-root .downloadLink_aa8ea9 {
@at-root .downloadLink_fb6520 {
position: absolute;
inset: 0;
display: flex;
Expand Down
2 changes: 1 addition & 1 deletion themes/ShowOriginalLink/scss/main.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.messageContent_ec86aa a[href][title*="("] {
.messageContent_f9f2ca a[href][title*="("] {
position: relative;
overflow: visible;
border-radius: 4px;
Expand Down

0 comments on commit d961c5e

Please sign in to comment.