diff --git a/DNOME-BD.theme.css b/DNOME-BD.theme.css index 98fdd91..17ec645 100644 --- a/DNOME-BD.theme.css +++ b/DNOME-BD.theme.css @@ -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 diff --git a/DNOME.theme.css b/DNOME.theme.css index a1c51ca..cdc69bc 100644 --- a/DNOME.theme.css +++ b/DNOME.theme.css @@ -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"; diff --git a/src/DNOME.less b/src/DNOME.less index a0d64c1..d4314e8 100644 --- a/src/DNOME.less +++ b/src/DNOME.less @@ -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 diff --git a/src/modules/attribution.less b/src/modules/attribution.less index 467821c..29cf6e8 100644 --- a/src/modules/attribution.less +++ b/src/modules/attribution.less @@ -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; diff --git a/src/modules/just_version.less b/src/modules/just_version.less index 84b25cc..83d7217 100644 --- a/src/modules/just_version.less +++ b/src/modules/just_version.less @@ -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; diff --git a/src/modules/nitro.less b/src/modules/nitro.less index 75287b4..ae53d9b 100644 --- a/src/modules/nitro.less +++ b/src/modules/nitro.less @@ -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; }