mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-04 20:43:04 +00:00
minor refactors
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<template>
|
||||
<div class="l_" v-if="!props.collapsed">
|
||||
<div
|
||||
class="l-image image rounded"
|
||||
class="l-image image"
|
||||
:style="{
|
||||
backgroundImage: `url("${current.image}")`,
|
||||
}"
|
||||
@@ -28,7 +28,6 @@ const props = defineProps({
|
||||
.l-image {
|
||||
height: 14rem;
|
||||
width: 14rem;
|
||||
border-radius: .5rem;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user