Skip to content
This repository has been archived by the owner on Jan 14, 2022. It is now read-only.

Commit

Permalink
Merge pull request #277 from TakosThings/develop
Browse files Browse the repository at this point in the history
3.16.8

Close #276
  • Loading branch information
TakosThings committed Oct 8, 2021
2 parents 58f8b37 + 1d0d85b commit 5ff55be
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 8 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Changelog
Newest Changes are at the top

#### 3.16.8
* **Fixes**
* Update Guilds list classes

#### 3.16.7
* **Fixes**
* Large gap between messages in cosy mode
Expand Down
2 changes: 1 addition & 1 deletion src/components/betterdiscord/_meta.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* @name Metro for Discord
* @author Tako
* @version 3.16.7
* @version 3.16.8
* @description The Metro theme for Discord
* @source https://github.com/TakosThings/Metro-for-Discord
*/
2 changes: 1 addition & 1 deletion src/components/core/_version_info.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.theme-dark .container-2lgZY8,
.theme-dark .layer-3QrUeG[aria-label="USER_SETTINGS"] .info-1VyQPT{
&::before{
content: "Metro for Discord \A Version 3.16.7";
content: "Metro for Discord \A Version 3.16.8";
}
}

Expand Down
12 changes: 6 additions & 6 deletions src/components/primary/guilds/_guilds.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
background-color: transparent;
z-index: 10;

.listItem-GuPuDH{
.listItem-1hlISG{
margin: 0;
width: 48px;
&:hover{
Expand Down Expand Up @@ -79,11 +79,11 @@
}

// Separator
.guildSeparator-33mFX6{
.guildSeparator-EOYZLM{
display: none;
}
// Add server/Server Discovery icons
.circleIconButton-1QV--U{
.circleIconButton-1XqULR{
background-color: transparent;
color: #FFF;
&[aria-label]{
Expand All @@ -94,7 +94,7 @@
}
}
// Offline
.guildsError-g6NwOI{
.guildsError-11GiUv{
background-color: $alert;
border: 0;
border-radius: 0;
Expand All @@ -115,7 +115,7 @@
z-index: 1;
}

.participating-1NvRVd{
.participating-1P_Z3z{
width: 28px;
height: 28px;
transform: translateX(-6px) translateY(6px);
Expand All @@ -129,7 +129,7 @@
}
// Folders
.wrapper-3Njo_c{
.listItem-GuPuDH{
.listItem-1hlISG{
.wrapper-25eVIn{
svg{
mask{
Expand Down

0 comments on commit 5ff55be

Please sign in to comment.