mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-05 04:53:01 +00:00
start project "move to typescript"
This commit is contained in:
@@ -32,7 +32,6 @@ const tabs = useTabStore();
|
||||
width: 29em;
|
||||
background-color: rgba(4, 12, 34, 0.103);
|
||||
padding: 0 0 0 $small;
|
||||
border-left: 1px solid $gray;
|
||||
|
||||
@include phone-only {
|
||||
display: none;
|
||||
|
||||
@@ -50,7 +50,7 @@
|
||||
<script setup>
|
||||
import { reactive, ref } from "@vue/reactivity";
|
||||
|
||||
import state from "@/composables/state.js";
|
||||
import state from "@/composables/state";
|
||||
import searchMusic from "@/composables/searchMusic.js";
|
||||
import useDebouncedRef from "@/composables/useDebouncedRef";
|
||||
import AlbumGrid from "@/components/Search/AlbumGrid.vue";
|
||||
|
||||
@@ -23,10 +23,9 @@ const tabs = useTabStore();
|
||||
<style lang="scss">
|
||||
.tabs {
|
||||
padding: $small;
|
||||
border-left: 1px solid $gray;
|
||||
|
||||
.cont {
|
||||
background-color: $gray;
|
||||
background-color: $gray3;
|
||||
display: flex;
|
||||
gap: $small;
|
||||
height: 100%;
|
||||
@@ -44,7 +43,7 @@ const tabs = useTabStore();
|
||||
width: 4rem;
|
||||
|
||||
&:hover {
|
||||
background-color: $gray3;
|
||||
background-color: $gray5;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -53,12 +52,12 @@ const tabs = useTabStore();
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
width: 4rem;
|
||||
background-color: $accent;
|
||||
|
||||
.t-item {
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
background-image: linear-gradient(to right, $blue, $red) !important;
|
||||
}
|
||||
|
||||
.search {
|
||||
|
||||
Reference in New Issue
Block a user