mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-04 12:33:03 +00:00
remove folder banner
This commit is contained in:
@@ -46,7 +46,7 @@ defineProps<{
|
||||
.info {
|
||||
.f-item-count {
|
||||
font-size: 0.8rem;
|
||||
color: rgba(219, 217, 217, 0.63);
|
||||
color: rgb(219, 217, 217);
|
||||
}
|
||||
|
||||
.f-item-text {
|
||||
|
||||
@@ -15,12 +15,15 @@
|
||||
<button
|
||||
@click="tabs.switchToQueue"
|
||||
v-if="tabs.current !== tabs.tabs.queue"
|
||||
name="switch to queue tab"
|
||||
>
|
||||
<QueueSvg />
|
||||
</button>
|
||||
<button
|
||||
@click="tabs.switchToSearch"
|
||||
v-if="tabs.current !== tabs.tabs.search"
|
||||
name="switch to search tab"
|
||||
|
||||
>
|
||||
<SearchSvg />
|
||||
</button>
|
||||
|
||||
Reference in New Issue
Block a user