This commit is contained in:
Mirco Wittrien 2022-03-01 21:47:20 +01:00
parent e3b2f380bd
commit f4b29725ce
2 changed files with 17 additions and 17 deletions

View File

@ -1536,11 +1536,11 @@ body::after {
filter: drop-shadow(1px 1px var(--textshadow)); filter: drop-shadow(1px 1px var(--textshadow));
} }
#app-mount .searchSuggestion-1dxIOj:hover { /* gifpicker suggestions */ #app-mount .searchSuggestion-2Dgyvo:hover { /* gifpicker suggestions */
text-shadow: 1px 1px var(--textshadow); text-shadow: 1px 1px var(--textshadow);
} }
#app-mount .placeholder-2Mfkde { /* gifpicker result placeholder */ #app-mount .placeholder-T1Tuu8 { /* gifpicker result placeholder */
background-color: rgba(var(--transparencycolor), .3); background-color: rgba(var(--transparencycolor), .3);
} }
@ -2292,14 +2292,14 @@ body::after {
} }
.accountProfileCard-lbN7n-, /* accountsettings container */ .accountProfileCard-lbN7n-, /* accountsettings container */
.profileBannerPreview-3_l0Wd { /* accountsettings preview */ .profileBannerPreview-3mLIdO { /* accountsettings preview */
background: transparent; background: transparent;
box-shadow: 0 0 0 1px rgba(var(--transparencycolor), .3), 0 2px 10px 0 rgba(var(--transparencycolor), .3); box-shadow: 0 0 0 1px rgba(var(--transparencycolor), .3), 0 2px 10px 0 rgba(var(--transparencycolor), .3);
} }
.accountProfileCard-lbN7n-::before, .accountProfileCard-lbN7n-::before,
.profileBannerPreview-3_l0Wd::before, .profileBannerPreview-3mLIdO::before,
.accountProfileCard-lbN7n-::after, .accountProfileCard-lbN7n-::after,
.profileBannerPreview-3_l0Wd::after { .profileBannerPreview-3mLIdO::after {
content: ""; content: "";
position: absolute; position: absolute;
top: 0; top: 0;
@ -2313,12 +2313,12 @@ body::after {
z-index: -1; z-index: -1;
} }
.accountProfileCard-lbN7n-::before, .accountProfileCard-lbN7n-::before,
.profileBannerPreview-3_l0Wd::before { .profileBannerPreview-3mLIdO::before {
background: var(--popout) var(--popoutposition)/var(--popoutsize); background: var(--popout) var(--popoutposition)/var(--popoutsize);
background-attachment: fixed; background-attachment: fixed;
} }
.accountProfileCard-lbN7n-::after, .accountProfileCard-lbN7n-::after,
.profileBannerPreview-3_l0Wd::after { .profileBannerPreview-3mLIdO::after {
background-color: rgba(var(--transparencycolor), calc(var(--transparencyalpha) + 0.25)); background-color: rgba(var(--transparencycolor), calc(var(--transparencyalpha) + 0.25));
backdrop-filter: blur(var(--popoutblur)); backdrop-filter: blur(var(--popoutblur));
} }
@ -2326,7 +2326,7 @@ body::after {
background-color: transparent; background-color: transparent;
border-color: transparent; border-color: transparent;
} }
.profileBannerPreview-3_l0Wd .avatarUploaderInner-Oiob_P { /* accountsettings preview avatar */ .profileBannerPreview-3mLIdO .avatarUploaderInner-p38nm2 { /* accountsettings preview avatar */
background-color: transparent; background-color: transparent;
border: unset; border: unset;
margin: 6px; margin: 6px;
@ -2334,7 +2334,7 @@ body::after {
.accountProfileCard-lbN7n- .banner-1YaD3N { /* accountsettings container banner */ .accountProfileCard-lbN7n- .banner-1YaD3N { /* accountsettings container banner */
-webkit-mask: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" width="2400" height="120" viewBox="0 0 2400 120" fill="none"><path fill="black" d="M 0 0 L 0 120 L 20.576172 120 A 46 46 0 0 1 62 94 A 46 46 0 0 1 103.41992 120 L 2400 120 L 2400 0 L 0 0 z"/></svg>') bottom left no-repeat; -webkit-mask: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" width="2400" height="120" viewBox="0 0 2400 120" fill="none"><path fill="black" d="M 0 0 L 0 120 L 20.576172 120 A 46 46 0 0 1 62 94 A 46 46 0 0 1 103.41992 120 L 2400 120 L 2400 0 L 0 0 z"/></svg>') bottom left no-repeat;
} }
.profileBannerPreview-3_l0Wd .banner-hcPdsd { /* accountsettings preview banner */ .profileBannerPreview-3mLIdO .banner-3D8GgT { /* accountsettings preview banner */
-webkit-mask: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" width="2400" height="120" viewBox="0 0 2400 120" fill="none"><path fill="black" d="M 0 0 L 0 120 L 16 120 A 46 46 0 0 1 62 76 A 46 46 0 0 1 108 120 L 2400 120 L 2400 0 L 0 0 z"/></svg>') bottom left no-repeat; -webkit-mask: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" width="2400" height="120" viewBox="0 0 2400 120" fill="none"><path fill="black" d="M 0 0 L 0 120 L 16 120 A 46 46 0 0 1 62 76 A 46 46 0 0 1 108 120 L 2400 120 L 2400 0 L 0 0 z"/></svg>') bottom left no-repeat;
} }
.questionMark-3V9mGJ svg { /* accountsettings questionmark new */ .questionMark-3V9mGJ svg { /* accountsettings questionmark new */

View File

@ -476,25 +476,25 @@
background-color: rgb(var(--accentcolor)) !important; background-color: rgb(var(--accentcolor)) !important;
} }
#app-mount .searchSuggestion-1dxIOj:hover { /* gifpicker suggestions */ #app-mount .searchSuggestion-2Dgyvo:hover { /* gifpicker suggestions */
border-color: rgb(var(--accentcolor)); border-color: rgb(var(--accentcolor));
background-color: rgb(var(--accentcolor)); background-color: rgb(var(--accentcolor));
} }
.result-3OpoO7[style*="background-color"] { /* gifpicker result loading */ .result-pzZrwj[style*="background-color"] { /* gifpicker result loading */
background-color: rgb(var(--accentcolor)) !important; background-color: rgb(var(--accentcolor)) !important;
} }
.result-3OpoO7[style*="background-color: rgb(146, 154, 250)"] { .result-pzZrwj[style*="background-color: hsl(228,"] {
background: var(--accentcolor-hover) !important; background: var(--accentcolor-hover) !important;
} }
.result-3OpoO7[style*="background-color: rgb(179, 174, 255)"] { .result-pzZrwj[style*="background-color: hsl(244,"] {
background: var(--accentcolor-active) !important; background: var(--accentcolor-active) !important;
} }
.theme-light .focused-q9B2e4::after, /* gifpicker result hover */ .theme-light .focused-16Owih::after, /* gifpicker result hover */
.theme-light .result-3OpoO7:hover::after { .theme-light .result-pzZrwj:hover::after {
box-shadow: inset 0 0 0 2px rgb(var(--accentcolor)), inset 0 0 0 3px #dcddde; box-shadow: inset 0 0 0 2px rgb(var(--accentcolor)), inset 0 0 0 3px #dcddde;
} }
.theme-dark .focused-q9B2e4::after, /* gifpicker result hover */ .theme-dark .focused-16Owih::after, /* gifpicker result hover */
.theme-dark .result-3OpoO7:hover::after { .theme-dark .result-pzZrwj:hover::after {
box-shadow: inset 0 0 0 2px rgb(var(--accentcolor)), inset 0 0 0 3px #2f3136; box-shadow: inset 0 0 0 2px rgb(var(--accentcolor)), inset 0 0 0 3px #2f3136;
} }
#app-mount .categoryFadeBlurple-1HuV1x { /* gifpicker categoryfade */ #app-mount .categoryFadeBlurple-1HuV1x { /* gifpicker categoryfade */