rewrite getting artist images using classes

- remove left padding on #acontent
This commit is contained in:
geoffrey45
2022-05-31 00:05:37 +03:00
parent 94504a1575
commit 9879f131e8
6 changed files with 107 additions and 51 deletions
+1
View File
@@ -133,6 +133,7 @@ a {
grid-area: content;
max-width: 1504px;
padding: $small;
padding-left: 0;
overflow: auto;
.nav {
+3 -3
View File
@@ -15,7 +15,6 @@
<div
class="h"
v-if="props.album.artist.toLowerCase() == 'various artists'"
>
Compilation
</div>
@@ -65,8 +64,9 @@ extrackColors();
height: 100%;
background-color: $black;
background-color: #000000;
background-image: linear-gradient(147deg, #436a91 0%, #2c3e50 74%);
.art {
background-image: linear-gradient(37deg, $black 20%, $gray, $black 90%);
.art {
width: 100%;
height: 100%;
left: 1rem;
-3
View File
@@ -21,9 +21,6 @@ const pStore = usePStore();
<style lang="scss">
#p-view {
margin: $small;
margin-top: 0;
padding: $small;
overflow: auto;
scrollbar-color: $gray2 transparent;