mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-04 20:43:04 +00:00
improve component spacing
+ bump up folder and album page gap to ~ 1rem + test out noise texture on album img on album page + ~ although i'm still annoyed about the scrollbar space irregularities (will fix someday)
This commit is contained in:
@@ -15,6 +15,7 @@
|
||||
v-motion-slide-from-left
|
||||
class="rounded shadow-lg"
|
||||
/>
|
||||
<img class="filter rounded" src="../../assets/images/noise-texture.svg" alt="" />
|
||||
</div>
|
||||
<div class="info" :class="{ nocontrast: isLight() }">
|
||||
<div class="top" v-motion-slide-from-top>
|
||||
@@ -187,6 +188,7 @@ function theyContrast(color1: string, color2: string) {
|
||||
.art {
|
||||
display: flex;
|
||||
align-items: flex-end;
|
||||
position: relative;
|
||||
|
||||
img {
|
||||
height: 16rem;
|
||||
@@ -194,6 +196,11 @@ function theyContrast(color1: string, color2: string) {
|
||||
object-fit: cover;
|
||||
transition: all 0.2s ease-in-out;
|
||||
}
|
||||
|
||||
.filter {
|
||||
position: absolute;
|
||||
// display: none;
|
||||
}
|
||||
}
|
||||
|
||||
.nocontrast {
|
||||
|
||||
Reference in New Issue
Block a user