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 #285 from TakosThings/develop
Browse files Browse the repository at this point in the history
3.16.11
  • Loading branch information
TakosThings authored Dec 7, 2021
2 parents 74cf2e6 + fd937ef commit d01074c
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 5 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.11
* **Fixes**
* Remove festive Home icon

#### 3.16.10
* **Changes**
* Removed custom positioning of user avatar
Expand Down
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,15 @@
Metro for Discord is a theme to make Discord's Desktop client look like a native UWP application.

## Download
Get the latest version from [releases](https://github.com/TakosThings/Metro-for-Discord/releases/latest)
* From [Releases](https://github.com/TakosThings/Metro-for-Discord/releases/latest)
* From [Betterdiscord.app](https://betterdiscord.app/theme/Metro%20for%20Discord) (Updates may be delayed)
* From the [`dist`](https://github.com/TakosThings/Metro-for-BetterDiscord/blob/master/dist/Metro_for_Discord.theme.css) directory.

## Requirements
* An up to date install of Windows 10 with Segoe UI MDL2 Assets font
* Windows 10 or Windows 11
* OR the following fonts installed:
* Segoe UI MDL2 Assets font (v1.78)
* HoloLens MDL2 Assets font (v2.02)

## Setup
[Visit the wiki](https://github.com/TakosThings/Metro-for-Discord/wiki/Setup-Guide) for the setup guide
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.10
* @version 3.16.11
* @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.10";
content: "Metro for Discord \A Version 3.16.11";
}
}

Expand Down
3 changes: 2 additions & 1 deletion src/components/primary/guilds/_guilds.scss
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,8 @@
font-size: 16px;
}
svg{
display: none;
// NOTE: 2021-12-07 - '!important' is required to remove the 'festive' Discord icon
display: none !important;
}
}
}
Expand Down

0 comments on commit d01074c

Please sign in to comment.