make ui bigger

This commit is contained in:
2026-01-16 14:52:18 +01:00
parent 2e2a9d0603
commit fbb6917812
23 changed files with 1252 additions and 1623 deletions

View File

@@ -46,13 +46,13 @@
}
.mini-player-title {
font-size: 14px;
font-size: 18px;
color: #FFFFFF;
font-weight: 500;
}
.mini-player-artist {
font-size: 12px;
font-size: 16px;
color: #B3B3B3;
margin-top: 2px;
}
@@ -63,17 +63,22 @@
}
.mini-control-btn {
width: 40px;
height: 40px;
width: 56px;
height: 56px;
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
border-radius: 28px;
}
.mini-control-btn:hover {
background-color: rgba(255, 255, 255, 0.1);
}
.mini-control-btn img {
width: 24px;
height: 24px;
width: 32px;
height: 32px;
}
/* Section Headers */
@@ -91,12 +96,16 @@
}
.section-action {
font-size: 13px;
font-size: 16px;
font-weight: 600;
color: #B3B3B3;
cursor: pointer;
}
.section-action:hover {
color: #FFFFFF;
}
/* Recently Played Row */
.recent-row {
display: flex;
@@ -123,14 +132,14 @@
}
.recent-title {
font-size: 14px;
font-size: 18px;
color: #FFFFFF;
font-weight: 500;
margin-bottom: 4px;
}
.recent-subtitle {
font-size: 12px;
font-size: 16px;
color: #B3B3B3;
}
@@ -168,7 +177,7 @@
}
.quick-card-title {
font-size: 13px;
font-size: 16px;
font-weight: 600;
color: #FFFFFF;
padding: 0 12px;
@@ -209,7 +218,7 @@
}
.playlist-meta {
font-size: 13px;
font-size: 16px;
color: #B3B3B3;
margin-top: 4px;
}
@@ -237,13 +246,13 @@
}
.nav-item img {
width: 24px;
height: 24px;
width: 32px;
height: 32px;
margin-bottom: 4px;
}
.nav-item span {
font-size: 11px;
font-size: 16px;
}
/* Color palette for album arts */
@@ -263,11 +272,11 @@
<!-- App Bar -->
<div class="app-bar">
<div class="app-bar-nav btn-icon" onclick="goBack()">
<img src="../../icons/back.tga" style="width: 24px; height: 24px;"/>
<img src="../../icons/back.tga" style="width: 32px; height: 32px;"/>
</div>
<span class="app-bar-title">Music</span>
<div class="btn-icon">
<img src="../../icons/search.tga" style="width: 24px; height: 24px;"/>
<img src="../../icons/search.tga" style="width: 32px; height: 32px;"/>
</div>
</div>