mirror of
https://github.com/godotengine/godot-benchmarks.git
synced 2026-01-06 14:10:20 +03:00
Add border radius to the graph divs to improve style (#120)
This commit is contained in:
@@ -9,7 +9,7 @@
|
|||||||
|
|
||||||
<div style="display: flex; flex-direction: column;">
|
<div style="display: flex; flex-direction: column;">
|
||||||
<input style="margin-right: 0" type="text" id="filter" name="filter" placeholder="Filter..." oninput="updateChart()"/>
|
<input style="margin-right: 0" type="text" id="filter" name="filter" placeholder="Filter..." oninput="updateChart()"/>
|
||||||
<div id="chart" style="min-height: 365px;">
|
<div id="chart" style="min-height: 365px; border-radius: 6px; overflow: hidden;">
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
@@ -23,7 +23,7 @@
|
|||||||
<div style="align-self: center;">
|
<div style="align-self: center;">
|
||||||
<a href="/graph/{{ .id }}">{{ .title }}</a>
|
<a href="/graph/{{ .id }}">{{ .title }}</a>
|
||||||
</div>
|
</div>
|
||||||
<div id="{{ .id }}">
|
<div style="border-radius: 6px; overflow: hidden;" id="{{ .id }}">
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|||||||
Reference in New Issue
Block a user