Index page UI adjustment
This commit is contained in:
parent
c0238a2e5f
commit
9ceca8600f
@ -103,7 +103,6 @@ label {
|
|||||||
border-radius: 8px;
|
border-radius: 8px;
|
||||||
}
|
}
|
||||||
.graph {
|
.graph {
|
||||||
margin-top: 32px;
|
margin-top: 192px;
|
||||||
padding: 32px;
|
|
||||||
border-radius: 16px;
|
border-radius: 16px;
|
||||||
}
|
}
|
||||||
|
@ -1,7 +1,6 @@
|
|||||||
@import "theme.less";
|
@import "theme.less";
|
||||||
|
|
||||||
.graph {
|
.graph {
|
||||||
margin-top: 32px;
|
margin-top: 192px;
|
||||||
padding: 32px;
|
|
||||||
border-radius: 16px;
|
border-radius: 16px;
|
||||||
}
|
}
|
||||||
|
@ -9,9 +9,9 @@
|
|||||||
<h1>SMon</h1>
|
<h1>SMon</h1>
|
||||||
<h2>{{ .VERSION }}</h2>
|
<h2>{{ .VERSION }}</h2>
|
||||||
|
|
||||||
<div class="graph">
|
|
||||||
<img src="/images/{{ .VERSION }}/graph.svg">
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div style="clear: both" class="graph">
|
||||||
|
<img src="/images/{{ .VERSION }}/graph.svg">
|
||||||
|
</div>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
Loading…
Reference in New Issue
Block a user