We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1c5057 commit c09d0b4Copy full SHA for c09d0b4
web_src/css/modules/animations.css
@@ -18,10 +18,11 @@
18
position: absolute;
19
display: block;
20
height: 4rem;
21
- max-height: 50%;
22
aspect-ratio: 1 / 1;
23
left: 50%;
24
top: 50%;
+ max-height: 100%;
25
+ max-width: 100%;
26
transform: translate(-50%, -50%);
27
animation: isloadingspin 500ms infinite linear;
28
border-width: 4px;
@@ -40,6 +41,15 @@
40
41
height: var(--height-loading);
42
}
43
44
+.markup .is-loading > * {
45
+ visibility: hidden;
46
+}
47
+
48
+.markup .is-loading {
49
+ color: transparent;
50
+ background: transparent;
51
52
53
/* TODO: not needed, use "is-loading small-loading-icon" instead */
54
.btn-octicon.is-loading::after {
55
border-width: 2px;
0 commit comments