We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84ea0c7 commit 4933d24Copy full SHA for 4933d24
1 file changed
app/css/sidebar.css
@@ -1,6 +1,5 @@
1
nav {
2
background: var(--surface);
3
- text-align: end;
4
display: flex;
5
gap: 1ch;
6
padding: 3ch;
@@ -88,7 +87,7 @@ dl {
88
87
&:matches(:hover,:focus-within)::after {
89
content: url("data:image/svg+xml;charset=UTF-8,<svg xmlns='http://www.w3.org/2000/svg' fill='deeppink' viewBox='0 0 24 24'><path d='M16 1H4c-1.1 0-2 .9-2 2v14h2V3h12V1zm3 4H8c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h11c1.1 0 2-.9 2-2V7c0-1.1-.9-2-2-2zm0 16H8V7h11v14z'/></svg>");
90
position: absolute;
91
- inset: 1px 0 0 calc(100% + .5em);
+ inset: 0 0 0 -1.75ch;
92
block-size: .75em;
93
inline-size: .75em;
94
}
0 commit comments