mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-05 13:03:02 +00:00
rewrite search tabbing
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
<template>
|
||||
<div class="nav-search-input">
|
||||
<SearchInput />
|
||||
<div id="nav-tab-headers"></div>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
@@ -10,6 +11,12 @@ import SearchInput from "@/components/RightSideBar/SearchInput.vue";
|
||||
|
||||
<style lang="scss">
|
||||
.nav-search-input {
|
||||
display: flex;
|
||||
grid-template-columns: repeat(3, 1fr);
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
height: 2rem;
|
||||
|
||||
#gsearch-input {
|
||||
display: unset;
|
||||
|
||||
@@ -22,5 +29,9 @@ import SearchInput from "@/components/RightSideBar/SearchInput.vue";
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
.tabheaders {
|
||||
margin: 0;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user