Skip to content

Commit

Permalink
Fixed for new update
Browse files Browse the repository at this point in the history
  • Loading branch information
Gibbu committed Oct 16, 2023
1 parent 562608c commit ce91b51
Show file tree
Hide file tree
Showing 8 changed files with 63 additions and 27 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
A soft and comfy feel for Discord.

![Server Chat](https://i.imgur.com/E57gF3L.png)
![User Profile](https://i.imgur.com/01NlcPc.png)
![Server Search](https://i.imgur.com/nqgmfT0.png)
![Settings](https://i.imgur.com/KEC161G.png)

Expand Down
2 changes: 1 addition & 1 deletion src/theme/_vars.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
}

:root {
--softx-version: '1.1.19';
--softx-version: '1.1.20';

--hue: 0deg;
--saturation: 0%;
Expand Down
10 changes: 5 additions & 5 deletions src/theme/chat/_container.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#app-mount {
.chat-2ZfjoI {
.chat-9g_3Xj {
background: transparent;
.chatContent-3KubbW {
.chatContent-2O4SXb {
background: var(--bg-secondary);
border-right: 1px solid var(--border);
}
Expand All @@ -12,12 +12,12 @@
border-radius: 0;
}
}
.content-1jQy2l {
z-index: 1;
}
.messagesWrapper-RpOMA3 {
margin-bottom: 8px;
}
.content-yjf30S {
z-index: 1;
}

// Placeholder messages
.wrapper-3HVHpV,
Expand Down
6 changes: 3 additions & 3 deletions src/theme/chat/_textbox.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@use '../assets';

#app-mount {
.form-3gdLxP {
.form-3qe0Ni {
&::before {
content: none;
}
Expand Down Expand Up @@ -70,7 +70,7 @@
}
}
}
.channelTextArea-1FufC0 {
.channelTextArea-1deLlK {
background: var(--input-background);
border: 2px solid transparent;
border-radius: 6px;
Expand All @@ -92,7 +92,7 @@
}
}
.slateTextArea-27tjG0,
.placeholder-1_mJY1 {
.placeholder-1rCBhr {
padding: 16px 0;
}
.scrollableContainer-15eg7h {
Expand Down
12 changes: 6 additions & 6 deletions src/theme/members/_container.scss
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
#app-mount {
.membersWrap-3NUR2t {
.container-2vWgD2 {
background: var(--bg-primary);
}
.membersWrap-3GwLFp {
min-width: var(--members-width);
max-width: var(--members-width);
height: 100%;
}
.container-2o3qEW {
background: var(--bg-primary);
}
.members-3WRCEx {
.members-2y1nVj {
background: transparent;
width: 100%;
& > div {
Expand All @@ -16,7 +16,7 @@
}

// Fix group md members list
.content-1jQy2l > .membersWrap-3NUR2t > .members-3WRCEx {
.content-yjf30S > .membersWrap-3GwLFp > .members-2y1nVj {
background: var(--bg-primary);
}
}
4 changes: 2 additions & 2 deletions src/theme/modals/_global.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
opacity: 1 !important;
animation: fadeIn 0.2s ease forwards;
}
.root-1CAIjD {
.root-1CAIjD:not(.carouselModal-1eUFoq) {
box-shadow: none !important;
border-radius: 6px;
border-radius: 0;
border: 1px solid var(--border);
background: var(--bg-primary);
}
Expand Down
53 changes: 44 additions & 9 deletions src/theme/profile/_modal.scss
Original file line number Diff line number Diff line change
@@ -1,15 +1,50 @@
// @use '../assets';

// .root-8LYsGj {
// border-radius: 0;
// background: var(--fg-primary);
// }
.root-8LYsGj {
border-radius: 0;
background: var(--fg-primary) !important;
}

// .userProfileModalOuter-2wdWjU {
// border-radius: 0;
// border: 1px solid var(--border);
// background: transparent;
// }
.userProfileModalOuter-2wdWjU {
border-radius: 0;
background: transparent;
}

.userProfileInner-1ngKnf {
border-radius: 0;
}
.roundedBanner-uNt2w- {
border-radius: 0;
}

.userProfileInnerThemedNonPremium-2AJg-H {
background: transparent;
.overlayBackground-2aa7wt {
background: transparent;
}
}
.userProfileOuterThemed-2BgJCM.userPopoutOuter-1OHwPL,
.userProfileOuterThemed-2BgJCM.userProfileOuter-2tQwNf {
padding: 0;
}
.userProfileOuterThemed-2BgJCM .userProfileModalInner-3dx9L9 {
background: transparent;
&::before {
background: linear-gradient(
var(--profile-gradient-primary-color),
var(--profile-gradient-primary-color) 120px,
var(--profile-gradient-secondary-color)
);
opacity: 0.5;
width: 100%;
height: 100%;
}
}
.userProfileModalOverlayBackground-2dAaBg {
background: transparent;
margin: 0;
padding: 16px;
}

// .userProfileModalInner-3dx9L9 {
// background: transparent;
Expand Down
2 changes: 2 additions & 0 deletions src/theme/sidebar/_channel.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
#app-mount {
.wrapper-NhbLHG {
padding: 0;
margin: 0;

&.modeUnread-3Cxepe {
.unread-36eUEm {
Expand All @@ -14,6 +15,7 @@
transform: translateY(-50%);
top: 50%;
border-radius: 0;
left: 0;
}
.icon-2W8DHg,
.name-28HaxV {
Expand Down

0 comments on commit ce91b51

Please sign in to comment.