Skip to content

Commit

Permalink
Update classes with ClassUpdate
Browse files Browse the repository at this point in the history
  • Loading branch information
Saltssaumure committed Jun 19, 2024
1 parent 37174e7 commit ca604cf
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions scss/mod/_Replugged.scss
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
margin: 0 !important;
}

.flex_f18b02 {
.flex_bba380 {
align-items: center;
gap: 5px !important;
}
Expand Down Expand Up @@ -44,10 +44,10 @@
}

// Addon toggle
.container__2ed72 {
.container_cebd1c {
order: 3;
}
&:not(:has([d^="M463.5 224"])) > .container__2ed72 {
&:not(:has([d^="M463.5 224"])) > .container_cebd1c {
margin-left: auto;
}

Expand All @@ -60,10 +60,10 @@
}

// Addon warning for unofficial addons
&:hover .error__98059 {
&:hover .error_f20685 {
visibility: visible;
}
.error__98059 {
.error_f20685 {
@include tooltip.full("bottom");
}
}

0 comments on commit ca604cf

Please sign in to comment.