fix some padding issues

This commit is contained in:
Harvey Tindall
2021-12-31 00:22:28 +00:00
parent 62be8adc65
commit e73ecb7a52
13 changed files with 306 additions and 306 deletions
+6 -6
View File
@@ -13,22 +13,22 @@
<section class="section ~critical">
<span class="heading">Crash report for jfa-go</span>
{{ if .Err }}
<div class="monospace pre-line mt-1 mb-1">
<div class="monospace pre-line mt-4 mb-4">
Error: {{ .Err }}
</div>
{{ end }}
<a class="button ~critical mb-1" target="_blank" href="https://github.com/hrfee/jfa-go/issues/new/choose">Create an Issue</a>
<a class="button ~critical mb-4" target="_blank" href="https://github.com/hrfee/jfa-go/issues/new/choose">Create an Issue</a>
</section>
<section class="section ~neutral @low">
<div class="flex-expand">
<span class="subheading">Full Log</span>
<span class="button ~urge ml-0.5" id="copy-log">Copy</span>
<span class="button ~urge ml-4" id="copy-log">Copy</span>
</div>
<div class="row mb-1">
<label class="col mr-1">
<div class="row mb-4">
<label class="col mr-4">
<span class="button ~neutral @high supra full-width center" id="button-log-normal">Normal</span>
</label>
<label class="col mr-1">
<label class="col mr-4">
<span class="button ~neutral @low supra full-width center" id="button-log-sanitized">Sanitized</span>
</label>
</div>