mirror of
https://github.com/nuttylmao/nutty.gg.git
synced 2026-09-19 04:00:59 -04:00
Added 'Show While Paused' option to all themes
This commit is contained in:
@@ -23,6 +23,37 @@
|
||||
flex-shrink: 0;
|
||||
}
|
||||
|
||||
#album-art-container.is-paused #album-art-layer,
|
||||
#album-art-container.is-paused #album-art-transition-layer {
|
||||
opacity: 0.7;
|
||||
filter: grayscale(50%);
|
||||
}
|
||||
|
||||
#pause-overlay {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
opacity: 0;
|
||||
pointer-events: none;
|
||||
transition: opacity 0.3s ease;
|
||||
z-index: 10;
|
||||
border-radius: inherit;
|
||||
}
|
||||
|
||||
#pause-overlay svg {
|
||||
height: 40%;
|
||||
width: auto;
|
||||
}
|
||||
|
||||
#album-art-container.is-paused #pause-overlay {
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
#album-art-layer,
|
||||
#album-art-transition-layer {
|
||||
position: absolute;
|
||||
|
||||
Reference in New Issue
Block a user