mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-04 20:43:04 +00:00
rewrite getting artist images using classes
- remove left padding on #acontent
This commit is contained in:
@@ -133,6 +133,7 @@ a {
|
||||
grid-area: content;
|
||||
max-width: 1504px;
|
||||
padding: $small;
|
||||
padding-left: 0;
|
||||
overflow: auto;
|
||||
|
||||
.nav {
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user