Skip to content

Commit

Permalink
feat: 3.3.2
Browse files Browse the repository at this point in the history
- fix: latest discord changes
- fix: #19
  • Loading branch information
GeopJr committed Aug 6, 2024
1 parent ba43ae9 commit 0ac5870
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion DNOME-BD.theme.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* @name DNOME
* @author GeopJr
* @version 3.3.1
* @version 3.3.2
* @description Adwaita-inspired Discord theme
* @authorLink https://geopjr.dev
* @source https://github.com/GeopJr/DNOME
Expand Down
2 changes: 1 addition & 1 deletion DNOME.theme.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
//META{"name":"DNOME","description":"Adwaita-inspired Discord theme","author":"GeopJr","version":"3.3.1"}*//
//META{"name":"DNOME","description":"Adwaita-inspired Discord theme","author":"GeopJr","version":"3.3.2"}*//

@import "https://raw.githack.com/GeopJr/DNOME/dist/DNOME.css";
2 changes: 1 addition & 1 deletion src/DNOME.less
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// DNOME version (can be seen in Discord settings).
@version: "3.3.1";
@version: "3.3.2";

// The way Discord loads channels in the sidebar
// depends on the channel tab height, making it
Expand Down
2 changes: 1 addition & 1 deletion src/modules/attribution.less
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ div[class*="layer_"] {
>div[class*="sidebarRegion_"] {
>div[class*="sidebarRegionScroller_"] {
>nav[class*="sidebar_"] {
>div[class*="side_"]>div[class*="clickTarget__"]>div[class*="copiableWrapper__"]>div[class*="childWrapper__"] {
>div[class*="side_"]>div[class*="clickTarget_"]>div[class*="copiableWrapper_"]>div[class*="childWrapper_"] {
>div[class*="info_"] {
background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='85' height='85' viewBox='0 0 22.49 22.49'%3E%3Cpath fill-opacity='.1' d='M13.23 0a13.23 13.23 0 1 0 0 26.46 13.23 13.23 0 0 0 4.01-.64v-3.1a10.32 10.32 0 0 1-4 .83 10.32 10.32 0 1 1 0-20.64A10.32 10.32 0 0 1 22.9 16.8h3.06A13.23 13.23 0 0 0 13.23 0zM6.35 6.09a11.7 11.7 0 0 0-2.9 6.35v.26c.52.26 4.23 3.7 9.25 1.85 2.12-.8 3.44.27 5.03 1.32l.53.27-2.12 6.61.53-.26.53-.27 5.03-13.49h-.53c-1.06-1.06-1.59-1.85-2.91-2.38-1.85-.8-3.44.8-5.03 1.32-2.64.53-5.03.27-7.14-1.06l-.27-.52zm-2.9 6.87v.53l.52 1.33c1.06 2.64 4.24 3.7 6.62 3.17 1.32 0 1.58.27 2.38.53h.26l-1.32 4.5a2.38 2.38 0 0 0 .8 0l2.9-7.94-.53-.26c-1.32-.53-2.38.26-3.7.53-3.44.53-5.56-.27-7.94-2.39z'/%3E%3C/svg%3E"), linear-gradient(to bottom, #5ccefa, #5ccefa 20%, #f6a8b7 20%, #f6a8b7 40%, #fff 40%, #fff 60%, #f6a8b7 60%, #f6a8b7 80%, #5ccefa 80%, #5ccefa);
background-position: right bottom, center center;
Expand Down
2 changes: 1 addition & 1 deletion src/modules/just_version.less
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ div[class*="layer_"] {
>div[class*="sidebarRegionScroller_"] {
>nav[class*="sidebar_"] {
>div[class*="side_"] {
>div[class*="info_"] {
div[class*="info_"] {
&:before {
content: "DNOME v@{version}";
text-transform: none;
Expand Down
2 changes: 1 addition & 1 deletion src/modules/nitro.less
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ div[aria-controls="GUILD_PREMIUM-tab"] {

// Removes the gift button
// from the message bar.
div[class*="buttons_"] {
div[class*="channelBottomBarArea_"] div[class*="buttons_"] {
>button[class*="colorBrand_"]:not([class*="expression_"]) {
display: none;
}
Expand Down

0 comments on commit 0ac5870

Please sign in to comment.