remove folder banner

This commit is contained in:
geoffrey45
2022-09-12 21:37:44 +03:00
parent f5b6791d4b
commit 69b8b17e84
8 changed files with 24 additions and 99 deletions
+1 -1
View File
@@ -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>