tangled
alpha
login
or
join now
vielle.dev
/
site
0
fork
atom
Personal Site
0
fork
atom
overview
issues
pulls
pipelines
Increase padding for legibility
vielle.dev
7 months ago
e40b294c
4f94a5a8
verified
This commit was signed with the committer's
known signature
.
vielle.dev
SSH Key Fingerprint:
SHA256:/4bvxqoEh9iMdjAPgcgAgXKZZQTROL3ULiPt6nH9RSs=
+1
-1
1 changed file
expand all
collapse all
unified
split
src
components
playing
NowPlaying.astro
+1
-1
src/components/playing/NowPlaying.astro
···
79
79
80
80
box-sizing: border-box;
81
81
/* gets overridden by the fukcin * selector. for some reason */
82
82
-
padding: calc((20 / 3) * 1cqw) !important;
82
82
+
padding: calc((25 / 3) * 1cqw) !important;
83
83
84
84
border-image: var(--box-tlbr-png) 10 fill / calc((20 / 3) * 1cqw)
85
85
round;