tangled
alpha
login
or
join now
finxol.io
/
bookmarker
0
fork
atom
A very simple bookmarking webapp
bookmarker.finxol.deno.net/
0
fork
atom
overview
issues
pulls
pipelines
fix: horizontal scroll
finxol.io
1 month ago
6a5a4d7c
8827040a
verified
This commit was signed with the committer's
known signature
.
finxol.io
SSH Key Fingerprint:
SHA256:olFE3asYdoBMScuJOt60UxXdJ0RFdGv5kVKrdOtIcPI=
1/1
deploy.yaml
success
9s
+2
1 changed file
expand all
collapse all
unified
split
src
routes
account.css
+2
src/routes/account.css
···
6
6
display: flex;
7
7
flex-direction: column;
8
8
gap: calc(var(--spacing) * 2.5);
9
9
+
container-type: inline-size;
9
10
}
10
11
11
12
/* Profile card */
···
50
51
border: 1px solid oklch(from var(--primary-text) l c h / 0.1);
51
52
border-radius: var(--radius);
52
53
padding: calc(var(--spacing) * 2.5);
54
54
+
max-width: 100cqi;
53
55
54
56
.section-header {
55
57
display: flex;