fixed mobile view, fixed footer links
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
5a72d919d0
commit
4b7f1cc64a
4 changed files with 40 additions and 19 deletions
|
@ -36,10 +36,10 @@
|
|||
{{- end}}
|
||||
{{$server.Name}}</a>
|
||||
</div>
|
||||
<div>
|
||||
<div class="text-truncate">
|
||||
<p>{{$server.Map}}</a>
|
||||
</div>
|
||||
<div>
|
||||
<div class="text-truncate">
|
||||
<p>{{$server.Players}}/{{$server.MaxPlayers}}</a>
|
||||
</div>
|
||||
</li>
|
||||
|
@ -67,7 +67,7 @@
|
|||
{{if ne $server.Map "Server didn't reply." -}}
|
||||
<ul>
|
||||
<li>
|
||||
<div>
|
||||
<div class="text-truncate">
|
||||
<a href="steam://connect/{{$server.ServerIP}}">
|
||||
{{range $flag := $flags -}}
|
||||
{{if eq $server.ServerIP $flag.ServerIP -}}
|
||||
|
@ -76,10 +76,10 @@
|
|||
{{- end}}
|
||||
{{$server.Name}}</a>
|
||||
</div>
|
||||
<div>
|
||||
<div class="text-truncate">
|
||||
<a href="">{{$server.Map}}</a>
|
||||
</div>
|
||||
<div>
|
||||
<div class="text-truncate">
|
||||
<a href="">{{$server.Players}}/{{$server.MaxPlayers}}</a>
|
||||
</div>
|
||||
</li>
|
||||
|
|
Reference in a new issue