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
+3 -3
View File
@@ -1,6 +1,6 @@
<template>
<div
class="table border rounded"
class="table"
v-if="tracks.length"
ref="tracklistElem"
:class="{
@@ -181,7 +181,7 @@ function getTrackList() {
.table.isSmall {
.songlist-item {
grid-template-columns: 1.5rem 1.5fr 2rem 2.5rem;
grid-template-columns: 1.5rem 2fr 2rem 2.5rem;
}
.song-artists,
@@ -199,7 +199,7 @@ function getTrackList() {
.table.isMedium {
.songlist-item {
grid-template-columns: 1.5rem 1.5fr 1fr 2rem 2.5rem;
grid-template-columns: 1.5rem 2fr 1fr 2rem 2.5rem;
}
.song-album {