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:
@@ -2,7 +2,7 @@
|
||||
<router-link
|
||||
:to="{ name: 'FolderView', params: { path: props.folder.path } }"
|
||||
>
|
||||
<div class="f-item border-sm rounded">
|
||||
<div class="f-item">
|
||||
<div class="icon image"></div>
|
||||
<div class="info">
|
||||
<div class="f-item-text ellip">{{ props.folder.name }}</div>
|
||||
@@ -30,6 +30,7 @@ const props = defineProps({
|
||||
position: relative;
|
||||
background-color: #ffffff09;
|
||||
transition: all 0.2s ease;
|
||||
border-radius: .75rem;
|
||||
|
||||
@include phone-only {
|
||||
height: 4rem;
|
||||
@@ -63,7 +64,7 @@ const props = defineProps({
|
||||
#021b79,
|
||||
#0575e6
|
||||
); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
|
||||
background-size: 105% 105%;
|
||||
background-size: 105% 105%;
|
||||
background-position-x: -$small;
|
||||
|
||||
.f-item-count {
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
<input
|
||||
type="text"
|
||||
class="search-input"
|
||||
placeholder="/"
|
||||
placeholder="Search this folder"
|
||||
v-model="query"
|
||||
/>
|
||||
<div class="search-icon image"></div>
|
||||
|
||||
Reference in New Issue
Block a user