mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-04 20:43:04 +00:00
some UI refactors
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user