mirror of
https://codeberg.org/Hyperpipe/Hyperpipe
synced 2025-06-29 05:28:00 +02:00
Add click animation to Genres, Modal, Playlists
This commit is contained in:
parent
437e3ebd2f
commit
f207b2f4dc
3 changed files with 12 additions and 0 deletions
|
@ -91,6 +91,7 @@ watch(show, n => {
|
|||
font-size: 1rem;
|
||||
font-weight: bold;
|
||||
border-right: 1px solid var(--color-shadow);
|
||||
transition: background-color 0.1s ease;
|
||||
}
|
||||
.modal-buttons button:first-child {
|
||||
color: indianred;
|
||||
|
@ -103,6 +104,9 @@ watch(show, n => {
|
|||
.modal-buttons button:hover {
|
||||
background-color: var(--color-background-mute);
|
||||
}
|
||||
.modal-buttons button:active {
|
||||
background-color: var(--color-border);
|
||||
}
|
||||
|
||||
@media (max-width: 530px) {
|
||||
.modal-box {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue