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 #283 from TakosThings/develop
Browse files Browse the repository at this point in the history
3.16.10
  • Loading branch information
TakosThings committed Nov 19, 2021
2 parents d6f2605 + dd5906c commit 74cf2e6
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 36 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# Changelog
Newest Changes are at the top

#### 3.16.10
* **Changes**
* Removed custom positioning of user avatar
* **Fixes**
* Members list background colour

#### 3.16.9
* **Fixes**
* Update Guilds list classes
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.9
* @version 3.16.10
* @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.9";
content: "Metro for Discord \A Version 3.16.10";
}
}

Expand Down
7 changes: 1 addition & 6 deletions src/components/primary/channels/_account.scss
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,7 @@
}

.avatarWrapper-2yR4wp{
width: 48px;
height: 48px;
position: absolute;
bottom: 48px;
left: 0;
margin-right: 0;

&:hover{
background-color: $ListLow;
cursor: pointer;
Expand Down
32 changes: 5 additions & 27 deletions src/components/primary/channels/_rtc.scss
Original file line number Diff line number Diff line change
Expand Up @@ -41,22 +41,17 @@

// Webcam/screen share options
.actionButtons-14eAc_{
position: absolute;
bottom: -48px;
right: 0;
margin: 0 8px 8px 0;
.button-14-BFJ,
.button-38aScr{
width: 60px;
height: 48px;
margin: 0;
font-size: 0;
width: auto;
background-color: transparent;
border: 1px solid $ListLow;
&:hover{
background-color: $ListLow;
}
&::before{
@include FontIcon;
font-size: 16px;
svg{
display: none;
}
}

Expand All @@ -82,19 +77,9 @@ html[lang^="en-"].theme-dark .container-1giJp5{
&[aria-label^="Noise Suppression powered by Krisp"]::before{ // US
content: "\F61F";
}
&[aria-label*="Camera"]::before{
content: "\E960";
}
&[aria-label^="Share Your screen"]::before,
&[aria-label^="Share Your Screen"]::before{ // US
content: "\EBC6";
}
}

.actionButtons-14eAc_{
.contents-18-Yxp{
display: none;
}
// Icon replcements
button[aria-label="Disconnect"]::before,
button[aria-label="Exit Quietly"]::before{
Expand All @@ -104,12 +89,5 @@ html[lang^="en-"].theme-dark .container-1giJp5{
button[aria-label^="Noise Suppression powered by Krisp"]::before{ // US
content: "\F61F";
}
button[aria-label*="Camera"]::before{
content: "\E960";
}
button[aria-label^="Share Your screen"]::before,
button[aria-label^="Share Your Screen"]::before{ // US
content: "\EBC6";
}
}
}
2 changes: 1 addition & 1 deletion src/components/primary/guilds/_guilds.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
.theme-dark .wrapper-3NnKdC{
width: 48px;
margin-top: 40px;
margin-bottom: 96px;
margin-bottom: 48px;
background-color: transparent;
z-index: 10;

Expand Down
4 changes: 4 additions & 0 deletions src/components/primary/members/_members.scss
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
.container-2wlB3z{
background-color: $ChromeLow;
}

.theme-dark aside[class^="membersWrap"]{
div[class*="members-"],
div[class*="members-"]>div{
Expand Down

0 comments on commit 74cf2e6

Please sign in to comment.