Skip to content

Commit 1ed246e

Browse files
authored
Minor changes in placement and background of nprogress spinner (#4801)
1 parent 56837a1 commit 1ed246e

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

hypha/static_src/tailwind/components/nprogress.css

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,15 +29,16 @@
2929
display: block;
3030
position: fixed;
3131
z-index: 1031;
32-
inset-block-start: 15px;
33-
inset-inline-end: 15px;
32+
inset-block-start: calc(var(--spacing) * 6);
33+
inset-inline-end: var(--spacing);
3434
}
3535

3636
.spinner-icon {
3737
width: 18px;
3838
height: 18px;
3939
box-sizing: border-box;
4040

41+
background-color: oklch(from var(--color-primary) l c h / 0.1);
4142
border: solid 2px transparent;
4243
border-top-color: var(--color-primary);
4344
border-inline-start-color: var(--color-primary);

0 commit comments

Comments
 (0)