major redesign and refactor

+ centralized urls
+ reduce max app width
+ bump up header height to 23rem
This commit is contained in:
geoffrey45
2022-09-15 12:36:30 +03:00
parent 69b8b17e84
commit 94eb198e47
17 changed files with 179 additions and 82 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
<input
type="search"
class="header-input rounded-sm pad-sm"
placeholder="search here"
placeholder="Search here"
v-model.trim="source"
id="page-search"
/>
+1 -1
View File
@@ -103,7 +103,7 @@ function showMenu(e: Event) {
<style lang="scss">
.songlist-item {
display: grid;
grid-template-columns: 1.5rem 1.5fr 1fr 1.5fr 2rem 2.5rem;
grid-template-columns: 1.5rem 2fr 1fr 1.5fr 2rem 2.5rem;
align-items: center;
justify-content: flex-start;
height: 3.75rem;