tangled
alpha
login
or
join now
baileytownsend.dev
/
pds-dash-fork
16
fork
atom
A fork of pds-dash for selfhosted.social
16
fork
atom
overview
issues
pulls
pipelines
Make images a bit smaller
ari.express
11 months ago
8bf166f1
9939ff18
verified
This commit was signed with the committer's
known signature
.
ari.express
SSH Key Fingerprint:
SHA256:j4xpQafvRcIH4rwZqM5aREIogWsCjyYohia7vH0+uZY=
+4
1 changed file
expand all
collapse all
unified
split
src
lib
PostComponent.svelte
+4
src/lib/PostComponent.svelte
···
50
50
height: 50px;
51
51
border-radius: 50%;
52
52
}
53
53
+
#embedImages {
54
54
+
width: 50%;
55
55
+
height: 50%;
56
56
+
}
53
57
</style>