We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e08ee39 commit a5ba17fCopy full SHA for a5ba17f
templates/repo/graph.tmpl
@@ -50,7 +50,7 @@
50
</div>
51
</h2>
52
<div class="ui dividing"></div>
53
- <div class="ui segment loading gt-hidden" id="loading-indicator"></div>
+ <div class="is-loading tw-py-[120px]" id="loading-indicator"></div>
54
{{template "repo/graph/svgcontainer" .}}
55
{{template "repo/graph/commits" .}}
56
web_src/css/features/gitgraph.css
@@ -4,12 +4,6 @@
4
min-height: 350px;
5
}
6
7
-#git-graph-container > .ui.segment.loading {
8
- border: 0;
9
- z-index: 1;
10
- min-height: 246px;
11
-}
12
-
13
#git-graph-container h2 {
14
display: flex;
15
justify-content: space-between;
0 commit comments