diff --git a/webui/index.html b/webui/index.html index 1a875508..cfa48463 100644 --- a/webui/index.html +++ b/webui/index.html @@ -393,24 +393,25 @@
-
-
-
-

Browse Beatport Charts

-

Explore top electronic music charts and discover new tracks

-
- 39 Genres - - Top 100 - - Daily Updates -
-
-
+
+
+
+
+

Browse Beatport Charts

+

Explore top electronic music charts and discover new tracks

+
+ 39 Genres + + Top 100 + + Daily Updates +
+
+

🎵 Genre Explorer

diff --git a/webui/static/style.css b/webui/static/style.css index a89a441c..e622c5bd 100644 --- a/webui/static/style.css +++ b/webui/static/style.css @@ -4156,7 +4156,7 @@ body { .sync-content-area { display: grid; - grid-template-columns: 2fr 1fr; /* 2/3 for main panel, 1/3 for sidebar */ + grid-template-columns: 2.5fr 0.75fr; /* More space for main panel, smaller sidebar */ gap: 25px; height: calc(100vh - 200px); /* Adjust height to fit within the page */ } @@ -4368,7 +4368,7 @@ body { .beatport-hero { position: relative; - height: 240px; + height: fit-content; border-radius: 20px; margin-bottom: 40px; overflow: hidden;