Skip to content

Commit

Permalink
Merge pull request #107 from Lioncat6/main
Browse files Browse the repository at this point in the history
Updated Class Names
  • Loading branch information
Gibbu committed Mar 28, 2024
2 parents fc28852 + c7321ae commit 2d3977b
Show file tree
Hide file tree
Showing 66 changed files with 445 additions and 445 deletions.
6 changes: 3 additions & 3 deletions src/addons/_radialglow.scss
Original file line number Diff line number Diff line change
Expand Up @@ -110,15 +110,15 @@ $statusMap: (
@each $status in $statusList {
$parsedItem: $parsedItem + '[aria-label*="' + $status + '" i]';
}
#{selector.append('.wrapper_edb6e0', selector.simple-selectors($parsedItem))},
#{selector.append('.avatarWrapper', '[data-status="#{$statusType}"]')} .wrapper_edb6e0 {
#{selector.append('.wrapper__3ed10', selector.simple-selectors($parsedItem))},
#{selector.append('.avatarWrapper', '[data-status="#{$statusType}"]')} .wrapper__3ed10 {
box-shadow: 0 0 calc(var(--glow-intensity) * 10px) var(--rs-#{$statusType}-color);
}
}

// StatusEverywhere by Strencher
#app-mount {
.wrapper_edb6e0.StatusEverywhere-avatar-chatAvatar {
.wrapper__3ed10.StatusEverywhere-avatar-chatAvatar {
margin: 0;
}
.avatarWrapper {
Expand Down
12 changes: 6 additions & 6 deletions src/addons/_serverrings.scss
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,16 @@
}

#app-mount {
.wrapper_ed1dea ul[role='group'] {
.wrapper__832f2 ul[role='group'] {
height: auto !important;
}

.scroller__3d071 > div[style]:not([class]) {
.scroller_de945b > div[style]:not([class]) {
margin-bottom: var(--server-spacing);
}

// Container
.listItem_fa7b36 {
.listItem__48528 {
width: 100%;
margin-bottom: var(--server-spacing);
[class*='pill'] {
Expand Down Expand Up @@ -78,16 +78,16 @@
}

// Active state
.blobContainer__5ee50,
.listItemWrapper__1f93b {
.blobContainer_c44493,
.listItemWrapper__3d465 {
transition: var(--transition, 0.15s ease);
transition-property: transform;
&:active {
transform: scale(0.9);
}
}

.svg_ad7356 foreignObject {
.svg__34dd4 foreignObject {
border-radius: var(--server-roundness, 50%);
mask: none !important;
}
Expand Down
16 changes: 8 additions & 8 deletions src/addons/_verticaluserarea.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
.tree__7a511 {
outline: none !important;
}
.scroller__3d071 {
.scroller_de945b {
margin-bottom: var(--user-area, 220px);
}
.unreadMentionsIndicatorBottom_fdb943 {
.unreadMentionsIndicatorBottom__9351c {
bottom: calc(var(--user-area) + 10px);
}
}

.panels__58331 > .container_ca50b9 {
.panels__58331 > .container_debb33 {
background: transparent;
position: fixed;
bottom: 0;
Expand All @@ -24,17 +24,17 @@
& > [style='flex: 0 1 auto;'] {
flex-direction: column;
width: 100%;
.button__4f306 {
.button_ae40a4 {
width: 100%;
border-radius: 0;
padding: 12px 0;
height: auto;
}
}
.avatarWrapper_ba5175 {
.avatarWrapper__500a6 {
margin-right: 0;
margin-top: 12px;
.svg_f5b652 {
.svg_a6bf1c {
width: 50px;
height: 50px;
transform: translate(1px, 1px);
Expand All @@ -45,10 +45,10 @@
height: 42px !important;
}
}
.nameTag__0e320 {
.nameTag__77ab2 {
display: none;
}
.avatarWrapper_ba5175 {
.avatarWrapper__500a6 {
margin: 0;
min-width: unset;
&:hover {
Expand Down
8 changes: 4 additions & 4 deletions src/theme/app/_app.scss
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ body,
}

// Remove wack ass box shadow from chat
.content__1a4fe::before {
.content__01e65::before {
content: none;
}

Expand All @@ -36,7 +36,7 @@ html.theme-light {
padding: 16px;
color: #fff;
}
.container_ca50b9 {
.container_debb33 {
bottom: 81px !important;
}
}
Expand All @@ -48,13 +48,13 @@ html.theme-light {
}

// Remove settings animation
.layer__2efaa.baseLayer__8fda3 {
.layer_f7d46a.baseLayer__2b890 {
transform: scale(1) !important;
opacity: 1 !important;
}

// Versioning
.layer__2efaa:not(.baseLayer__8fda3) .info__755e1 > span:first-child::before {
.layer_f7d46a:not(.baseLayer__2b890) .info__755e1 > span:first-child::before {
display: block;
content: 'SoftX v' var(--softx-version);
text-transform: none;
Expand Down
2 changes: 1 addition & 1 deletion src/theme/app/_notices.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
.notice__5fd4c {
border-radius: 0;
}
.closeButton_ffc97a {
.closeButton__90904 {
left: 0;
height: 100%;
}
Expand Down
12 changes: 6 additions & 6 deletions src/theme/app/_scrollbars.scss
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
.members__9f47b,
.peopleList__2379e,
.sidebarRegionScroller__1fa7e,
.contentRegionScroller__86c79,
.customScroller_f72801,
.members__573eb,
.peopleList_d2f527,
.sidebarRegionScroller__8113e,
.contentRegionScroller__9ae20,
.customScroller_b96e1e,
.list__41249,
[class*='scrollerBase_'],
.container_d6dad3 {
.container__84c26 {
overflow: hidden overlay !important;
&::-webkit-scrollbar {
width: 8px;
Expand Down
22 changes: 11 additions & 11 deletions src/theme/app/_toolbar.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@use '../assets';

#app-mount {
.container__11d72 {
.container__26baa {
background: var(--bg-primary);
height: var(--toolbar-height);
padding-left: 24px;
Expand Down Expand Up @@ -53,21 +53,21 @@
}

// In voice call
&.transparent__7f3e0 {
&.transparent__8d0a5 {
background: linear-gradient(hsl(0 0% 0% / 0.5), transparent);
border-bottom: none;
}
}
.toolbar__88c63 {
.toolbar__62fb5 {
margin-left: 24px;
.iconWrapper_af9215 {
.iconWrapper_de6cd1 {
order: 1;
margin: 0 24px 0 0;
.iconBadge_cc5031 {
.iconBadge__20a6b {
border-radius: 50%;
box-shadow: 0 0 calc(var(--glow-intensity) * 10px) calc(var(--glow-intensity) * 1px) hsl(var(--discord-red));
}
&.selected_be2668 {
&.selected__1fc53 {
filter: drop-shadow(0 0 calc(var(--glow-intensity) * 8px) rgb(var(--accent), 0.35))
drop-shadow(0 0 calc(var(--glow-intensity) * 2px) rgb(var(--accent), 0.35));
svg path {
Expand All @@ -83,13 +83,13 @@
margin-right: 24px;
}
}
.children__32014 {
.children_cde9af {
height: 100%;
.iconWrapper_af9215 {
.iconWrapper_de6cd1 {
grid-area: icon;
margin-left: 0;
}
.title__9e2b0 {
.title__84e16 {
margin-right: 24px;
}
.topic__16ae3 {
Expand All @@ -108,7 +108,7 @@
height: 16px;
}
}
.divider_c09b64 {
.divider_bdb894 {
display: none;
}

Expand Down Expand Up @@ -148,7 +148,7 @@
}

// Open thread sidebar
.threadSidebarOpen_fa231d .container__11d72 {
.threadSidebarOpen__62c31 .container__26baa {
border-right: 1px solid var(--border);
}
}
2 changes: 1 addition & 1 deletion src/theme/app/_tooltips.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#app-mount {
.tooltipPrimary_e5c00d {
.tooltipPrimary__51b23 {
background: var(--bg-primary);
border: 1px solid var(--border);
backdrop-filter: blur(2px);
Expand Down
4 changes: 2 additions & 2 deletions src/theme/betterdiscord/plugins/_channeldms.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

#app-mount {
// List
.ChannelDms-channelmembers-wrap .privateChannels__93473 {
.ChannelDms-channelmembers-wrap .privateChannels__9b518 {
width: var(--members-width);
background: var(--bg-primary);
}
Expand Down Expand Up @@ -39,7 +39,7 @@
border: 1px solid var(--border);
border-radius: 0;
width: var(--channeldms-popout-width);
.chatContent__5dca8 {
.chatContent_f087cb {
margin-top: -48px;
height: 609px;
}
Expand Down
4 changes: 2 additions & 2 deletions src/theme/betterdiscord/plugins/_displayaschannels.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
.guilds__2b93a {
width: calc(var(--guilds-width) * 2 + 44px) !important;
}
.listItem_fa7b36 {
.listItem__48528 {
margin: 0 16px var(--server-spacing);
[class^='pill'] {
left: -4px;
Expand All @@ -21,7 +21,7 @@
}
}
}
.expandedFolderBackground__1bec6 {
.expandedFolderBackground_b1385f {
width: calc(100% - 34px);
border-radius: 4px;
top: 1px;
Expand Down
2 changes: 1 addition & 1 deletion src/theme/betterdiscord/plugins/_membercount.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#app-mount {
.membersWrap__90226.hasCounter .members__9f47b {
.membersWrap__5ca6b.hasCounter .members__573eb {
margin-top: 0;
padding-top: 48px;
}
Expand Down
10 changes: 5 additions & 5 deletions src/theme/betterdiscord/plugins/_themepluginrepo.scss
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
#app-mount {
.contentTransitionWrap_c5bc61 {
.contentTransitionWrap__3ba4e {
position: relative;
}

.repoList-9JnAPs {
.contentRegionScroller__86c79 {
.contentRegionScroller__9ae20 {
padding-top: 96px;
}
}
Expand All @@ -29,17 +29,17 @@
border-color: var(--border);
}
}
.container__7712a {
.container__33507 {
background: var(--input-background);
border: 2px solid transparent;
border-radius: 6px;
transition: var(--transition);
transition-property: border-color, box-shadow;
.input__74754 {
.input__48d49 {
padding: 4px 10px;
height: auto;
}
.iconLayout__6d744 {
.iconLayout__67261 {
height: 100%;
width: 32px;
}
Expand Down
10 changes: 5 additions & 5 deletions src/theme/chat/_bars.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#app-mount {
// New messages
.newMessagesBar__8b6d7 {
.newMessagesBar__8b272 {
top: 12px;
right: 12px;
left: 12px;
Expand All @@ -12,11 +12,11 @@
backdrop-filter: blur(3px);
border-radius: 6px;
}
.barButtonBase__8fa46 {
.barButtonBase__5e4cf {
height: auto;
padding: 10px 16px;
}
.unreadBar__6ecda {
.unreadBar__4ead4 {
opacity: 1;
visibility: visible;
&[aria-hidden='true'] {
Expand All @@ -26,7 +26,7 @@
}

// Old messages
.jumpToPresentBar__0ff7f {
.jumpToPresentBar__69174 {
background: rgb(var(--accent), 0.1);
border: 1px solid var(--border);
padding: 0;
Expand All @@ -38,7 +38,7 @@
}

// Join thread
.chatHeaderBar_c1df53 {
.chatHeaderBar__9e6ac {
background: var(--bg-primary);
border-bottom: 1px solid var(--border);
}
Expand Down
4 changes: 2 additions & 2 deletions src/theme/chat/_call.scss
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#app-mount {
.voiceCallWrapper_a36a80 {
.voiceCallWrapper__6ca32 {
padding-bottom: 0;
}
.wrapper_bd2abe.minimum_ebf000 {
.wrapper__6bf2d.minimum__7f356 {
height: 300px;
}
}
Loading

0 comments on commit 2d3977b

Please sign in to comment.