From 36f6921ca7c6aa5b7a9722875e143c6d24677946 Mon Sep 17 00:00:00 2001 From: Sanooj Es Date: Tue, 9 Jul 2024 07:29:28 +0530 Subject: [PATCH] fix(StarryNight): main container in global nav (#1091) --- StarryNight/user.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/StarryNight/user.css b/StarryNight/user.css index bb91a74..f669ac3 100644 --- a/StarryNight/user.css +++ b/StarryNight/user.css @@ -22,6 +22,13 @@ "left-sidebar main-view right-sidebar"; } +.global-nav .Root__top-container { + grid-template-areas: + "global-nav global-nav global-nav" + "left-sidebar main-view now-playing-bar" + "left-sidebar main-view right-sidebar"; +} + .Root__right-sidebar { height: calc(100vh - 450px); width: min-content; @@ -198,6 +205,7 @@ from { transform: rotate(0deg); } + to { transform: rotate(360deg); }