From ca8801a9e457ffcabcfd6cd36aa63733c13f0650 Mon Sep 17 00:00:00 2001 From: w1zard <77034355+yw1zard@users.noreply.github.com> Date: Sat, 4 Jan 2025 04:59:09 -0300 Subject: [PATCH] Update neutron8.css --- themes-cores/neutron8.css | 17 +---------------- 1 file changed, 1 insertion(+), 16 deletions(-) diff --git a/themes-cores/neutron8.css b/themes-cores/neutron8.css index 1bf8a5d..9b74601 100644 --- a/themes-cores/neutron8.css +++ b/themes-cores/neutron8.css @@ -3330,21 +3330,6 @@ div[aria-label=GUILD_SETTINGS] .topPill-3DJJNV .themed-2-lozF.selected-g-kMVV.it } .button_f7e168:hover {color: var(--backgroundColor);} -/* Hide Playing Now */ -.nowPlayingColumn_c2739c { - position: relative; - left: 350px ; - opacity: 1; - margin-left: -350px; - transition: .5s all ease-out; -} -.nowPlayingColumn_c2739c:hover { - left: 0 ; - opacity: 1; - margin-left: 0; - transition: .5s all ease-out; -} - /* Category Names back to original color */ .icon_a08117, .mainContent_a08117>.container_a5ad5c, .children_a08117{ color: var(--themeColor1) !important; @@ -3391,4 +3376,4 @@ div[aria-label=GUILD_SETTINGS] .topPill-3DJJNV .themed-2-lozF.selected-g-kMVV.it .theme-dark .bannedUser_c90ddb{ background-color: var(--backgroundColor) -} \ No newline at end of file +}