Skip to content

Commit 0f5b8b7

Browse files
committed
v2.0.10
- Fixed notices. - Fixed public servers.
1 parent 7be0042 commit 0f5b8b7

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

src/_root.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
--discord-twitch: 89,54,149;
2929
--discord-xbox: 16,124,16;
3030

31-
--version: 'Frosted Glass 2.0.9';
31+
--version: 'Frosted Glass 2.0.10';
3232
}
3333

3434
.theme-dark {

src/app/_notices.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
justify-content: center;
77
border-radius: 0;
88
box-shadow: none;
9+
padding-right: var(--TB-header-padding, 12px);
910
.button-2DhvE9 {
1011
top: 0;
1112
background: var(--white);

src/guilds/_server.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
background: var(--gradient);
66
background-color: transparent;
77
}
8-
.wrapper-1BJsBx {
8+
.listItem-2Ig28I:first-child .wrapper-1BJsBx {
99
&:before {
1010
content: "";
1111
border-radius: 50%;

0 commit comments

Comments
 (0)