tangled
alpha
login
or
join now
vielle.dev
/
site-archive
0
fork
atom
[Archived] Archived WIP of vielle.dev
0
fork
atom
overview
issues
pulls
pipelines
Rearange styles to be sane
vielle.dev
8 months ago
ba492406
301cc2db
verified
This commit was signed with the committer's
known signature
.
vielle.dev
SSH Key Fingerprint:
SHA256:/4bvxqoEh9iMdjAPgcgAgXKZZQTROL3ULiPt6nH9RSs=
+5
-4
1 changed file
expand all
collapse all
unified
split
src
components
generic
Nav.astro
+5
-4
src/components/generic/Nav.astro
···
94
details {
95
position: relative;
96
> ul {
97
-
position: absolute;
98
-
background-color: white;
99
}
100
101
summary::marker {
···
110
}
111
112
details > ul {
113
-
padding: 10px 20px;
114
-
width: max-content;
115
border: 5px solid black;
116
border-radius: 20px;
117
box-shadow: 0 10px;
0
0
0
118
119
ul {
120
margin-left: 1em;
···
94
details {
95
position: relative;
96
> ul {
0
0
97
}
98
99
summary::marker {
···
108
}
109
110
details > ul {
111
+
position: absolute;
112
+
background-color: white;
113
border: 5px solid black;
114
border-radius: 20px;
115
box-shadow: 0 10px;
116
+
117
+
padding: 10px 20px;
118
+
width: max-content;
119
120
ul {
121
margin-left: 1em;