We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56837a1 commit 1ed246eCopy full SHA for 1ed246e
1 file changed
hypha/static_src/tailwind/components/nprogress.css
@@ -29,15 +29,16 @@
29
display: block;
30
position: fixed;
31
z-index: 1031;
32
- inset-block-start: 15px;
33
- inset-inline-end: 15px;
+ inset-block-start: calc(var(--spacing) * 6);
+ inset-inline-end: var(--spacing);
34
}
35
36
.spinner-icon {
37
width: 18px;
38
height: 18px;
39
box-sizing: border-box;
40
41
+ background-color: oklch(from var(--color-primary) l c h / 0.1);
42
border: solid 2px transparent;
43
border-top-color: var(--color-primary);
44
border-inline-start-color: var(--color-primary);
0 commit comments