Skip to content

Commit

Permalink
Updated for class reroll
Browse files Browse the repository at this point in the history
  • Loading branch information
Gibbu committed Jun 19, 2024
1 parent 88c0fac commit ffe6211
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions src/theme/_index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
}

#app-mount {
.wrapper__3ed10 {
.wrapper_c51b4e {
border-radius: var(--rs-avatar-shape);

// Remove masks
Expand All @@ -16,7 +16,7 @@
}

// Typing indicator
.dots_a97068 circle {
.dots_ce0450 circle {
cy: -8 !important;
&:nth-child(1) {
cx: -8.5 !important;
Expand All @@ -28,7 +28,7 @@
cx: 4 !important;
}
}
.mask_d5067d {
.mask_c51b4e {
& > rect[x='22'] {
x: 0;
y: 0;
Expand All @@ -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;
Expand All @@ -51,7 +51,7 @@

// Avatar shape
img,
&.avatar__6337f {
&.avatar_e9f61e {
border-radius: var(--rs-avatar-shape);
}

Expand All @@ -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);
}
Expand Down Expand Up @@ -164,7 +164,7 @@
// Medium ring (user popout)
&[style*='80px'] {
// Updated status
svg.cursorDefault_e0f002 rect {
svg.cursorDefault_c51b4e rect {
x: -48;
y: -52;
}
Expand All @@ -184,7 +184,7 @@
// Large ring (user profile)
&[style*='120px'] {
// Updated status
svg.cursorDefault_e0f002 rect {
svg.cursorDefault_c51b4e rect {
x: -70;
y: -76;
}
Expand Down Expand Up @@ -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;
Expand All @@ -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);
}
Expand All @@ -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);
Expand All @@ -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;
}
Expand Down

0 comments on commit ffe6211

Please sign in to comment.