style changes
This commit is contained in:
parent
61dd721b67
commit
d6dc30f9e4
2 changed files with 17 additions and 16 deletions
|
|
@ -393,24 +393,25 @@
|
||||||
|
|
||||||
<!-- Browse Charts Tab Content -->
|
<!-- Browse Charts Tab Content -->
|
||||||
<div class="beatport-tab-content active" id="beatport-browse-content">
|
<div class="beatport-tab-content active" id="beatport-browse-content">
|
||||||
<div class="beatport-hero">
|
|
||||||
<div class="beatport-hero-bg"></div>
|
|
||||||
<div class="beatport-hero-content">
|
|
||||||
<h2>Browse Beatport Charts</h2>
|
|
||||||
<p>Explore top electronic music charts and discover new tracks</p>
|
|
||||||
<div class="beatport-stats">
|
|
||||||
<span class="stat-item">39 Genres</span>
|
|
||||||
<span class="stat-divider">•</span>
|
|
||||||
<span class="stat-item">Top 100</span>
|
|
||||||
<span class="stat-divider">•</span>
|
|
||||||
<span class="stat-item">Daily Updates</span>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="beatport-navigation">
|
<div class="beatport-navigation">
|
||||||
<!-- New Homepage Main View -->
|
<!-- New Homepage Main View -->
|
||||||
<div class="beatport-main-view active" id="beatport-main-view">
|
<div class="beatport-main-view active" id="beatport-main-view">
|
||||||
|
<div class="beatport-hero">
|
||||||
|
<div class="beatport-hero-bg"></div>
|
||||||
|
<div class="beatport-hero-content">
|
||||||
|
<h2>Browse Beatport Charts</h2>
|
||||||
|
<p>Explore top electronic music charts and discover new tracks</p>
|
||||||
|
<div class="beatport-stats">
|
||||||
|
<span class="stat-item">39 Genres</span>
|
||||||
|
<span class="stat-divider">•</span>
|
||||||
|
<span class="stat-item">Top 100</span>
|
||||||
|
<span class="stat-divider">•</span>
|
||||||
|
<span class="stat-item">Daily Updates</span>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
<!-- Genre Explorer Section -->
|
<!-- Genre Explorer Section -->
|
||||||
<div class="homepage-genre-section">
|
<div class="homepage-genre-section">
|
||||||
<h3 class="section-title">🎵 Genre Explorer</h3>
|
<h3 class="section-title">🎵 Genre Explorer</h3>
|
||||||
|
|
|
||||||
|
|
@ -4156,7 +4156,7 @@ body {
|
||||||
|
|
||||||
.sync-content-area {
|
.sync-content-area {
|
||||||
display: grid;
|
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;
|
gap: 25px;
|
||||||
height: calc(100vh - 200px); /* Adjust height to fit within the page */
|
height: calc(100vh - 200px); /* Adjust height to fit within the page */
|
||||||
}
|
}
|
||||||
|
|
@ -4368,7 +4368,7 @@ body {
|
||||||
|
|
||||||
.beatport-hero {
|
.beatport-hero {
|
||||||
position: relative;
|
position: relative;
|
||||||
height: 240px;
|
height: fit-content;
|
||||||
border-radius: 20px;
|
border-radius: 20px;
|
||||||
margin-bottom: 40px;
|
margin-bottom: 40px;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue