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 e36ad16 commit 6509f33
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion src/theme/_vars.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
:root {
// Frosted Glass variables
--version: 'Frosted Glass 2.0.19';
--version: 'Frosted Glass 2.0.20';

--TB-top: calc(var(--server-container) + var(--window-padding));
--TB-tr-roundness: var(--window-roundness);
Expand Down
2 changes: 1 addition & 1 deletion src/theme/app/_toolbars.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#app-mount .title-31SJ6t {
#app-mount .title-5wgnIa {
background: transparent;
.searchBar-jGtisZ {
background: var(--background-secondary);
Expand Down
2 changes: 1 addition & 1 deletion src/theme/chat/_container.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
.content-1jQy2l::before {
content: none;
}
.chat-2ZfjoI {
.chat-9g_3Xj {
background: rgb(0, 0, 0, var(--middle-brightness));
}
.messages-3amgkR {
Expand Down
6 changes: 3 additions & 3 deletions src/theme/members/_container.scss
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
#app-mount {
.container-2o3qEW {
.container-2vWgD2 {
background: transparent;
}
.membersWrap-3NUR2t {
.membersWrap-3GwLFp {
background-color: rgb(0, 0, 0, var(--right-brightness));
}
.members-3WRCEx {
.members-2y1nVj {
background: transparent;
& > div {
background: transparent;
Expand Down
4 changes: 2 additions & 2 deletions src/theme/sidebar/_panels.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#app-mount {
.panels-3wFtMD {
background: transparent;
.lookFilled-1Gx00P.colorBrand-3pXr91 {
.lookFilled-1H2Jvj.colorBrand-2M3O3N {
background: var(--foreground);
&:hover {
background: var(--foreground-double);
Expand All @@ -11,7 +11,7 @@
}
}
}
.container-1zzFcN {
.container-2NLBJg {
border-bottom: none;
}
}

0 comments on commit 6509f33

Please sign in to comment.