mirror of
https://github.com/godotengine/godot-benchmarks.git
synced 2025-12-31 09:49:13 +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;">
|
||||
<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>
|
||||
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
<div style="align-self: center;">
|
||||
<a href="/graph/{{ .id }}">{{ .title }}</a>
|
||||
</div>
|
||||
<div id="{{ .id }}">
|
||||
<div style="border-radius: 6px; overflow: hidden;" id="{{ .id }}">
|
||||
</div>
|
||||
</div>
|
||||
{{ end }}
|
||||
|
||||
Reference in New Issue
Block a user