Make the search list look better on small screens

This commit is contained in:
Las Zenow 2021-05-21 10:49:43 +00:00
parent 7748a52274
commit 555f1e705b

View file

@ -14,13 +14,13 @@
<span class="text-muted">{{if .Publisher}}{{.Publisher}}{{end}}</span> <span class="text-muted">{{if .Publisher}}{{.Publisher}}{{end}}</span>
</p> </p>
<div class="card-text row"> <div class="card-text row">
<p class="col-9"> <p class="col-md-9">
{{range $i, $author := .Authors}} {{range $i, $author := .Authors}}
{{if $i}}<span class="text-muted">&amp;</span>{{end}} {{if $i}}<span class="text-muted">&amp;</span>{{end}}
{{$author}}</a> {{$author}}</a>
{{end}} {{end}}
</p> </p>
<div class="col-3"> <div class="col-md-3">
<div class="btn-group d-flex justify-content-end"> <div class="btn-group d-flex justify-content-end">
<a href="{{download_url .}}" class="btn btn-dark btn-sm"> <a href="{{download_url .}}" class="btn btn-dark btn-sm">
<svg class="bi" width="1em" height="1em" fill="currentColor"> <svg class="bi" width="1em" height="1em" fill="currentColor">