finish last fm music

This commit is contained in:
zyqunix 2025-05-11 14:19:14 +02:00
parent 5fb3d79c70
commit 537161e621
No known key found for this signature in database
GPG key ID: 134A8DEEA83B80E6
3 changed files with 30 additions and 4 deletions

View file

@ -64,11 +64,17 @@ strong {
.cards {
margin-top: 30px !important;
background-color: #252525;
border: 2px solid #333;
padding: 20px;
border-radius: 10px;
width: 600px !important;
text-align: left;
box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
transition: border 0.1s;
}
.cards:hover {
border: 2px solid #444;
}
footer {
@ -572,12 +578,21 @@ div[class="cards sitemap shadow"] > h4 {
width: 600px;
padding: 20px;
border-radius: 10px;
backdrop-filter: blur(10px);
backdrop-filter: blur(5px);
visibility: hidden;
border: 2px solid #333;
opacity: 0;
transition: 0.3s;
}
.music-pop:hover {
border: 2px solid #444;
}
.top {
display: flex;
justify-content: space-between;
align-items: center;
}
.top button {