Skip to content

Commit

Permalink
Update transparent-popups.css
Browse files Browse the repository at this point in the history
  • Loading branch information
s-k-y-l-i authored Mar 29, 2024
1 parent bbe4546 commit c95c128
Showing 1 changed file with 14 additions and 6 deletions.
20 changes: 14 additions & 6 deletions Theme code/transparent-popups.css
Original file line number Diff line number Diff line change
Expand Up @@ -58,28 +58,28 @@
.header_e5d8b2, .modal__082b3, .rolePill_f50ff5, .previewContainer__1e0bb,
.container_eb737e,.container_cdf5a8, .footer_f06dbb,
.reactors__0f305, .scroller__9a4f3, .list__4e6aa, .header__6d44a, .container__9922f, .wrapper__35c78,
.header__3b038, .autocomplete__743a5 .wrapper__45980{
.header__3b038, .autocomplete__743a5 .wrapper__45980, .guildSection__15ac6{
background: none!important;
}

/*blur*/
.reactionTooltip__20d0b,#sort-and-view, .container_a0ef70, .popout__24e32,
.form__7ab21,.reactionTooltip__20d0b,#sort-and-view, .container_a0ef70, .popout__24e32,
#user-profile-actions, .wrapper__4e6b6 ,
.messagesPopoutWrap__10dd1,.contentWrapper_e0bb2c,
.quickswitcher_b5bb0a,.picker__6dca7,
.autocomplete__743a5, .streamPreview__965fa ,.container__628c8,
.container_eb737e, .container__23c08, .form__7ab21 ,
.container_eb737e, .container__23c08,
.focusLock__28507>.modal__6a96b,
.popout__08442, [aria-labelledby]>.root_a28985 ,
.uploadModal__6eb75, .rootWithShadow_d20cd6:has(>.reactorsContainer__867ec),
.root_a28985:has(>[id]), .root_a28985:has(>.transitionGroup_cf0aed),
#manage-multi-account, .container_f93da8, [class^="toast_"], .languageSelector__4840c {
background: transparent!important;
backdrop-filter: blur(var(--blur));

}

/*blur before*/
.form__7ab21,
#guild-header-popout::before,
.container__84c26::before,
:not(aside):not(.customizationSection__0f57e)>.userProfileOuterUnthemed_e14365::after,
Expand All @@ -93,7 +93,9 @@
#message-actions::after, #textarea-context::after, #vc-toolbox::after, #friend-row::after, #gdm-context::after,
#vc-pindms-header-menu::after, #stream-context::after, #video-device-context::after,
#manage-streams::after, #spotify-album-menu::after, #spotify-Song-menu::after,
#spotify-Artist-menu::after, #spotify-Album-menu::after {
#spotify-Artist-menu::after, #spotify-Album-menu::after,
#channel-mention-context::after, #mentions-filter::after,
#dev-context::after {
content: "";
backdrop-filter: blur(var(--blur));
top: 0;
Expand Down Expand Up @@ -255,6 +257,10 @@ border-radius: inherit;
border-radius: calc(var(--radius) + 1px);
}

.submenuPaddingContainer__5a97c::before,
.submenu_aed9ee.menu__088f7::before {
border-radius: var(--radius-small);
}

/*simple line shadow above*/
.footer_e0b400, .inspector__80c84 {
Expand Down Expand Up @@ -364,9 +370,11 @@ border-radius: inherit;
}
}

#image-context, #expression-picker, #channel-context, #user-context, form.form__7ab21 {
#image-context, #expression-picker, #channel-context,
#user-context, #mentions-filter,#dev-context {
position: relative;
}
form.form__7ab21 {position: inherit;}

.backdrop__1a911 {
background: none!important;
Expand Down

0 comments on commit c95c128

Please sign in to comment.