css fixes
This commit is contained in:
parent
1d50ece62c
commit
2ca410fadd
1 changed files with 30 additions and 29 deletions
|
|
@ -9457,6 +9457,7 @@ body {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
position: relative;
|
||||||
|
|
||||||
/* Subtle inner glow */
|
/* Subtle inner glow */
|
||||||
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
|
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
|
||||||
|
|
@ -9466,10 +9467,10 @@ body {
|
||||||
.download-missing-modal-hero {
|
.download-missing-modal-hero {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
padding: 20px 28px;
|
padding: 14px 28px;
|
||||||
gap: 20px;
|
gap: 16px;
|
||||||
position: relative;
|
position: relative;
|
||||||
min-height: 110px;
|
min-height: 80px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Hero Background Image (for artist/album context) */
|
/* Hero Background Image (for artist/album context) */
|
||||||
|
|
@ -9623,11 +9624,11 @@ body {
|
||||||
|
|
||||||
/* Header Actions (close button) */
|
/* Header Actions (close button) */
|
||||||
.download-missing-modal-header-actions {
|
.download-missing-modal-header-actions {
|
||||||
position: relative;
|
position: absolute;
|
||||||
|
top: 12px;
|
||||||
|
right: 16px;
|
||||||
z-index: 3;
|
z-index: 3;
|
||||||
padding: 16px 24px 0 0;
|
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: flex-end;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* ===============================
|
/* ===============================
|
||||||
|
|
@ -10153,8 +10154,8 @@ body {
|
||||||
flex: 1;
|
flex: 1;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
padding: 16px 28px 25px 28px;
|
padding: 12px 28px 12px 28px;
|
||||||
gap: 20px;
|
gap: 10px;
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
/* Allow vertical scrolling */
|
/* Allow vertical scrolling */
|
||||||
overflow-x: hidden;
|
overflow-x: hidden;
|
||||||
|
|
@ -10169,11 +10170,11 @@ body {
|
||||||
backdrop-filter: blur(10px) saturate(1.1);
|
backdrop-filter: blur(10px) saturate(1.1);
|
||||||
border: 1px solid rgba(255, 255, 255, 0.1);
|
border: 1px solid rgba(255, 255, 255, 0.1);
|
||||||
border-top: 1px solid rgba(255, 255, 255, 0.15);
|
border-top: 1px solid rgba(255, 255, 255, 0.15);
|
||||||
border-radius: 16px;
|
border-radius: 12px;
|
||||||
padding: 24px;
|
padding: 12px 16px;
|
||||||
display: grid;
|
display: grid;
|
||||||
grid-template-columns: repeat(4, 1fr);
|
grid-template-columns: repeat(4, 1fr);
|
||||||
gap: 24px;
|
gap: 12px;
|
||||||
|
|
||||||
/* Premium shadow with subtle glow */
|
/* Premium shadow with subtle glow */
|
||||||
box-shadow:
|
box-shadow:
|
||||||
|
|
@ -10185,8 +10186,8 @@ body {
|
||||||
|
|
||||||
.dashboard-stat {
|
.dashboard-stat {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
padding: 8px;
|
padding: 4px;
|
||||||
border-radius: 12px;
|
border-radius: 10px;
|
||||||
transition: all 0.3s ease;
|
transition: all 0.3s ease;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -10196,15 +10197,15 @@ body {
|
||||||
}
|
}
|
||||||
|
|
||||||
.dashboard-stat-number {
|
.dashboard-stat-number {
|
||||||
font-size: 32px;
|
font-size: 22px;
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
margin-bottom: 8px;
|
margin-bottom: 2px;
|
||||||
text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
|
text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
|
||||||
transition: all 0.3s ease;
|
transition: all 0.3s ease;
|
||||||
}
|
}
|
||||||
|
|
||||||
.dashboard-stat-label {
|
.dashboard-stat-label {
|
||||||
font-size: 14px;
|
font-size: 11px;
|
||||||
color: #e0e0e0;
|
color: #e0e0e0;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
|
|
@ -10242,11 +10243,11 @@ body {
|
||||||
backdrop-filter: blur(10px) saturate(1.1);
|
backdrop-filter: blur(10px) saturate(1.1);
|
||||||
border: 1px solid rgba(255, 255, 255, 0.1);
|
border: 1px solid rgba(255, 255, 255, 0.1);
|
||||||
border-top: 1px solid rgba(255, 255, 255, 0.15);
|
border-top: 1px solid rgba(255, 255, 255, 0.15);
|
||||||
border-radius: 16px;
|
border-radius: 12px;
|
||||||
padding: 20px;
|
padding: 12px 16px;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
gap: 16px;
|
gap: 8px;
|
||||||
|
|
||||||
/* Premium shadow with subtle glow */
|
/* Premium shadow with subtle glow */
|
||||||
box-shadow:
|
box-shadow:
|
||||||
|
|
@ -10259,24 +10260,24 @@ body {
|
||||||
.progress-item {
|
.progress-item {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
gap: 8px;
|
gap: 4px;
|
||||||
padding: 2px 0;
|
padding: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.progress-label {
|
.progress-label {
|
||||||
font-size: 14px;
|
font-size: 12px;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
color: #e8e8e8;
|
color: #e8e8e8;
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
gap: 10px;
|
gap: 8px;
|
||||||
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
|
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
|
||||||
}
|
}
|
||||||
|
|
||||||
.progress-bar {
|
.progress-bar {
|
||||||
background: rgba(64, 64, 64, 0.8);
|
background: rgba(64, 64, 64, 0.8);
|
||||||
border-radius: 10px;
|
border-radius: 8px;
|
||||||
height: 10px;
|
height: 8px;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
box-shadow:
|
box-shadow:
|
||||||
inset 0 2px 4px rgba(0, 0, 0, 0.3),
|
inset 0 2px 4px rgba(0, 0, 0, 0.3),
|
||||||
|
|
@ -10344,7 +10345,7 @@ body {
|
||||||
}
|
}
|
||||||
|
|
||||||
.download-tracks-header {
|
.download-tracks-header {
|
||||||
padding: 18px 24px;
|
padding: 10px 16px;
|
||||||
border-bottom: 1px solid rgba(255, 255, 255, 0.08);
|
border-bottom: 1px solid rgba(255, 255, 255, 0.08);
|
||||||
background: linear-gradient(135deg,
|
background: linear-gradient(135deg,
|
||||||
rgba(40, 40, 40, 0.8) 0%,
|
rgba(40, 40, 40, 0.8) 0%,
|
||||||
|
|
@ -10352,13 +10353,13 @@ body {
|
||||||
}
|
}
|
||||||
|
|
||||||
.download-tracks-title {
|
.download-tracks-title {
|
||||||
font-size: 16px;
|
font-size: 13px;
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
gap: 10px;
|
gap: 8px;
|
||||||
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
|
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -10512,7 +10513,7 @@ body {
|
||||||
rgba(42, 42, 42, 0.9) 0%,
|
rgba(42, 42, 42, 0.9) 0%,
|
||||||
rgba(30, 30, 30, 0.95) 100%);
|
rgba(30, 30, 30, 0.95) 100%);
|
||||||
border-top: 1px solid rgba(255, 255, 255, 0.08);
|
border-top: 1px solid rgba(255, 255, 255, 0.08);
|
||||||
padding: 24px 28px;
|
padding: 14px 28px;
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue