Skip to content

Commit

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

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

// Remove masks
Expand All @@ -28,7 +28,7 @@
cx: 4 !important;
}
}
.mask__1979f {
.mask_d5067d {
& > rect[x='22'] {
x: 0;
y: 0;
Expand All @@ -41,7 +41,7 @@
cy: 20;
}
}
.pointerEvents__33f6a[x='14.5'] {
.pointerEvents__585e6[x='14.5'] {
fill: rgba(0, 0, 0, 0.5) !important;
width: 30px;
height: 30px;
Expand All @@ -62,7 +62,7 @@
}
&[style*='80px'],
&[style*='120px'] {
svg.cursorDefault_e4f616 rect {
svg.cursorDefault_e0f002 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_e4f616 rect {
svg.cursorDefault_e0f002 rect {
x: -48;
y: -52;
}
Expand All @@ -184,7 +184,7 @@
// Large ring (user profile)
&[style*='120px'] {
// Updated status
svg.cursorDefault_e4f616 rect {
svg.cursorDefault_e0f002 rect {
x: -70;
y: -76;
}
Expand Down Expand Up @@ -273,10 +273,10 @@
}

// Bottom left avatar, speaking in VC
.avatarStack__6604a {
.avatarStack__789b4 {
position: relative;
}
.avatarSpeaking__61fb1 {
.avatarSpeaking__747a1 {
position: absolute;
top: 2px;
left: 2px;
Expand All @@ -288,7 +288,7 @@
}

// Mobile and typing fix for status everywhere plugins
.message__80c10 .wrapper_edb6e0 {
.message_ccca67 .wrapper__3ed10 {
foreignObject[mask*='mobile'] {
width: calc(100% + 3px);
}
Expand All @@ -298,10 +298,10 @@
}

// Avatar hint
.avatarHint__8e5b9 foreignObject {
.avatarHint__15059 foreignObject {
mask: none;
}
.avatarHintInner__3d1c9 {
.avatarHintInner_c8ddb1 {
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_c1fd80 img {
.offline__55fab img {
clip-path: none !important;
}

// Webhook popout
.avatarWrapperNonUserBot_d27212 .wrapper_edb6e0 img {
.avatarWrapperNonUserBot__5ff3f .wrapper__3ed10 img {
clip-path: none !important;
}

// Fix clipping on user friends tab
.userInfo__18240 .wrapper_edb6e0 {
.userInfo__83819 .wrapper__3ed10 {
margin-top: 1px;
margin-left: 1px;
}

// Version info
.info__755e1 .line__75801:last-child:after {
.info__755e1 .line_cdcacc:last-child:after {
content: 'RadialStatus ' var(--rs-version);
display: block;
}
Expand Down

0 comments on commit 88c0fac

Please sign in to comment.