some UI refactors

This commit is contained in:
geoffrey45
2022-05-10 13:20:22 +03:00
parent b13dad4c34
commit 301f07bda5
14 changed files with 36 additions and 25 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
<template>
<div class="right-search">
<Options />
<div class="scrollable" ref="search_thing">
<div class="scrollable rounded" ref="search_thing">
<TracksGrid
v-if="tracks.tracks.length"
:more="tracks.more"
+1 -1
View File
@@ -66,7 +66,7 @@ function removeLastFilter() {
width: 100%;
border: none;
line-height: 2.25rem;
background-color: $gray5;
background-color: $black;
color: inherit;
font-size: 1rem;
padding-left: 0.75rem;
+1 -1
View File
@@ -26,7 +26,7 @@ const tabs = useTabStore();
height: 4.25rem;
.cont {
background-color: $primary;
background-color: $black;
display: flex;
gap: $small;
height: 100%;
@@ -109,7 +109,7 @@ function goTo() {
cursor: pointer;
position: relative;
transition: all .2s ease;
background-color: $accent;
background-color: $black;
&:hover {
background-position: -4rem;