mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-04 12:33:03 +00:00
highlight current folder in pathlist in nav
This commit is contained in:
@@ -9,17 +9,17 @@ function playThis(e: Event) {
|
||||
</script>
|
||||
<style lang="scss">
|
||||
.play-btn {
|
||||
width: 2.5rem;
|
||||
height: 2.5rem;
|
||||
height: 2.25rem;
|
||||
background-color: $gray3;
|
||||
background-image: url("../../assets/icons/play.svg");
|
||||
background-size: 1.75rem;
|
||||
background-repeat: no-repeat;
|
||||
background-position: 50% 50%;
|
||||
transition: all 0.25s ease-in-out;
|
||||
aspect-ratio: 1;
|
||||
|
||||
&:hover {
|
||||
background-color: $accent;
|
||||
transform: scale(1.1);
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user