Skip to content

Commit a5ba17f

Browse files
committed
replace in git graph
1 parent e08ee39 commit a5ba17f

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

templates/repo/graph.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
</div>
5151
</h2>
5252
<div class="ui dividing"></div>
53-
<div class="ui segment loading gt-hidden" id="loading-indicator"></div>
53+
<div class="is-loading tw-py-[120px]" id="loading-indicator"></div>
5454
{{template "repo/graph/svgcontainer" .}}
5555
{{template "repo/graph/commits" .}}
5656
</div>

web_src/css/features/gitgraph.css

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,6 @@
44
min-height: 350px;
55
}
66

7-
#git-graph-container > .ui.segment.loading {
8-
border: 0;
9-
z-index: 1;
10-
min-height: 246px;
11-
}
12-
137
#git-graph-container h2 {
148
display: flex;
159
justify-content: space-between;

0 commit comments

Comments
 (0)