fancier popover

This commit is contained in:
booploops 2022-05-24 01:07:38 -07:00
parent b5ea40ac71
commit 1acbd4e957
4 changed files with 64 additions and 40 deletions

View file

@ -489,21 +489,35 @@
.mediainfo-popover {
user-select: none;
.popover-artwork {
width: 200px;
height: 200px;
margin: 0 0 20px 0;
}
background-color: rgb(0 0 0 / 100%);
overflow: hidden;
.song-name {
font-weight: 600;
}
.song-artist,.song-album {
opacity: 0.75;
cursor: pointer;
.content {
.shadow-artwork {
height: 100%;
width: 100%;
position: absolute;
top: 0;
left: 0;
z-index: -1;
filter:blur(32px) brightness(50%) saturate(280%);
}
.popover-artwork {
width: 200px;
height: 200px;
margin: 0 0 20px 0;
}
&:hover {
text-decoration: underline;
.song-name {
font-weight: 600;
}
.song-artist,.song-album {
opacity: 0.75;
cursor: pointer;
&:hover {
text-decoration: underline;
}
}
}
}