Skip to content

Commit

Permalink
Update source
Browse files Browse the repository at this point in the history
  • Loading branch information
CapnKitten committed Oct 20, 2024
1 parent 3329607 commit bc61f8c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Themes/Translucence/src/_selectorPlaceholders.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4588,7 +4588,7 @@ pre {
.carouselModal_d2b9a1 {
@extend %carouselModal !optional;
}
.forcedTransparency_c9eb31 {
.modal_aee8c6, .forcedTransparency_c9eb31 {
@extend %modalRootTransparent !optional;
}
.container_f4e139 {
Expand Down
2 changes: 1 addition & 1 deletion Themes/Translucence/src/modals/_modals.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
*/

%modalRoot {
@include add-translucence(null, false, true, false);
@include add-translucence(null, false, true, true);

&%modalSmall {
min-height: 75px;
Expand Down

0 comments on commit bc61f8c

Please sign in to comment.