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
7 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
94
details {
95
95
position: relative;
96
96
> ul {
97
97
-
position: absolute;
98
98
-
background-color: white;
99
97
}
100
98
101
99
summary::marker {
···
110
108
}
111
109
112
110
details > ul {
113
113
-
padding: 10px 20px;
114
114
-
width: max-content;
111
111
+
position: absolute;
112
112
+
background-color: white;
115
113
border: 5px solid black;
116
114
border-radius: 20px;
117
115
box-shadow: 0 10px;
116
116
+
117
117
+
padding: 10px 20px;
118
118
+
width: max-content;
118
119
119
120
ul {
120
121
margin-left: 1em;