tangled
alpha
login
or
join now
vielle.dev
/
site
Personal Site
0
fork
atom
overview
issues
pulls
pipelines
Make the dropdown have a sane pointer (like links)
vielle.dev
4 months ago
d2190701
0979f734
verified
This commit was signed with the committer's
known signature
.
vielle.dev
SSH Key Fingerprint:
SHA256:/4bvxqoEh9iMdjAPgcgAgXKZZQTROL3ULiPt6nH9RSs=
options
unified
split
Changed files
+4
src
components
Header.astro
+4
src/components/Header.astro
···
131
131
}
132
132
133
133
details {
134
134
+
summary {
135
135
+
cursor: pointer;
136
136
+
}
137
137
+
134
138
> ul {
135
139
position: absolute;
136
140
z-index: 99999;