2025-01-23 02:00:46 -07:00
|
|
|
@media (max-width: 1023px) {
|
|
|
|
.container {
|
|
|
|
padding: 2rem 1rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
h1 {
|
|
|
|
font-size: 3rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.subtitle {
|
|
|
|
font-size: 1.2rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.cup {
|
|
|
|
width: 30px;
|
|
|
|
height: 40px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.handle {
|
|
|
|
width: 12px;
|
|
|
|
height: 20px;
|
|
|
|
right: -12px;
|
|
|
|
top: 8px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.steam {
|
|
|
|
top: -12px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.steam::before,
|
|
|
|
.steam::after {
|
|
|
|
width: 6px;
|
|
|
|
}
|
|
|
|
|
2025-02-05 07:53:28 -07:00
|
|
|
main {
|
|
|
|
grid-template-columns: 1fr;
|
|
|
|
max-width: 400px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.input-section,
|
|
|
|
.controls,
|
|
|
|
.player-container {
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.input-section {
|
2025-01-23 02:00:46 -07:00
|
|
|
padding: 1.5rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.voice-select-container {
|
|
|
|
flex-direction: column;
|
|
|
|
align-items: stretch;
|
|
|
|
}
|
|
|
|
|
|
|
|
.options {
|
|
|
|
flex-direction: column;
|
|
|
|
gap: 1rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.sun {
|
|
|
|
width: 80px;
|
|
|
|
height: 80px;
|
|
|
|
top: 10px;
|
|
|
|
right: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.button-group {
|
|
|
|
flex-direction: column;
|
|
|
|
}
|
|
|
|
|
|
|
|
.player-container {
|
2025-02-05 07:53:28 -07:00
|
|
|
min-height: 180px;
|
2025-01-23 02:00:46 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
.player-controls {
|
2025-02-05 07:53:28 -07:00
|
|
|
grid-template-columns: auto 1fr auto !important;
|
|
|
|
grid-template-rows: auto auto;
|
|
|
|
gap: 0.5rem !important;
|
2025-01-23 02:00:46 -07:00
|
|
|
}
|
|
|
|
|
2025-02-05 07:53:28 -07:00
|
|
|
.seek-slider {
|
|
|
|
grid-column: 1 / -1;
|
|
|
|
grid-row: 2;
|
2025-01-23 02:00:46 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
.volume-control {
|
2025-02-05 07:53:28 -07:00
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
gap: 0.5rem;
|
2025-01-23 02:00:46 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
.volume-slider {
|
2025-02-05 07:53:28 -07:00
|
|
|
width: 60px;
|
2025-01-23 02:00:46 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
.wave-container {
|
2025-02-05 07:53:28 -07:00
|
|
|
height: 60px;
|
2025-01-23 02:00:46 -07:00
|
|
|
}
|
|
|
|
}
|