diff --git a/src/theme/_index.scss b/src/theme/_index.scss index a6b0484..9349247 100644 --- a/src/theme/_index.scss +++ b/src/theme/_index.scss @@ -3,7 +3,7 @@ } #app-mount { - .wrapper__3ed10 { + .wrapper_c51b4e { border-radius: var(--rs-avatar-shape); // Remove masks @@ -16,7 +16,7 @@ } // Typing indicator - .dots_a97068 circle { + .dots_ce0450 circle { cy: -8 !important; &:nth-child(1) { cx: -8.5 !important; @@ -28,7 +28,7 @@ cx: 4 !important; } } - .mask_d5067d { + .mask_c51b4e { & > rect[x='22'] { x: 0; y: 0; @@ -41,7 +41,7 @@ cy: 20; } } - .pointerEvents__585e6[x='14.5'] { + .pointerEvents_c51b4e[x='14.5'] { fill: rgba(0, 0, 0, 0.5) !important; width: 30px; height: 30px; @@ -51,7 +51,7 @@ // Avatar shape img, - &.avatar__6337f { + &.avatar_e9f61e { border-radius: var(--rs-avatar-shape); } @@ -62,7 +62,7 @@ } &[style*='80px'], &[style*='120px'] { - svg.cursorDefault_e0f002 rect { + svg.cursorDefault_c51b4e rect { ry: calc(var(--rs-avatar-shape) * 3.3); rx: calc(var(--rs-avatar-shape) * 3.3); } @@ -164,7 +164,7 @@ // Medium ring (user popout) &[style*='80px'] { // Updated status - svg.cursorDefault_e0f002 rect { + svg.cursorDefault_c51b4e rect { x: -48; y: -52; } @@ -184,7 +184,7 @@ // Large ring (user profile) &[style*='120px'] { // Updated status - svg.cursorDefault_e0f002 rect { + svg.cursorDefault_c51b4e rect { x: -70; y: -76; } @@ -273,10 +273,10 @@ } // Bottom left avatar, speaking in VC - .avatarStack__789b4 { + .avatarStack_c51b4e { position: relative; } - .avatarSpeaking__747a1 { + .avatarSpeaking_c51b4e { position: absolute; top: 2px; left: 2px; @@ -288,7 +288,7 @@ } // Mobile and typing fix for status everywhere plugins - .message_ccca67 .wrapper__3ed10 { + .message_d5deea .wrapper_c51b4e { foreignObject[mask*='mobile'] { width: calc(100% + 3px); } @@ -298,10 +298,10 @@ } // Avatar hint - .avatarHint__15059 foreignObject { + .avatarHint_f89da9 foreignObject { mask: none; } - .avatarHintInner_c8ddb1 { + .avatarHintInner_f89da9 { border-radius: var(--rs-avatar-shape) !important; padding-top: 0; width: calc(100% - var(--rs-medium-width) - var(--rs-medium-spacing) + 1px * 2); @@ -316,23 +316,23 @@ .memberOffline-2lN7gt img { clip-path: none !important; } - .offline__55fab img { + .offline_a31c43 img { clip-path: none !important; } // Webhook popout - .avatarWrapperNonUserBot__5ff3f .wrapper__3ed10 img { + .avatarWrapperNonUserBot_f89da9 .wrapper_c51b4e img { clip-path: none !important; } // Fix clipping on user friends tab - .userInfo__83819 .wrapper__3ed10 { + .userInfo_f3939d .wrapper_c51b4e { margin-top: 1px; margin-left: 1px; } // Version info - .info__755e1 .line_cdcacc:last-child:after { + .info_c5a741 .line_c5a741:last-child:after { content: 'RadialStatus ' var(--rs-version); display: block; }