theme: float clearing for select boxes #178

This commit is contained in:
Sören Weber 2022-02-14 19:46:10 +01:00
parent ff72c495de
commit d0d359bc3d
No known key found for this signature in database
GPG key ID: 07D17FF580AE7589
2 changed files with 7 additions and 1 deletions

View file

@ -87,6 +87,7 @@
{{- end }}
</select>
</div>
<div class="select-clear"></div>
</a>
</li>
{{- end }}
@ -109,9 +110,10 @@
{{- end }}
{{- end }}
</select>
<script>markTheme( getTheme() );</script>
</div>
<div class="select-clear"></div>
</a>
<script>markTheme( getTheme() );</script>
</li>
{{- end }}
{{- if $showvisitedlinks }}

View file

@ -1427,6 +1427,10 @@ h6 a {
margin: 0;
}
.select-clear {
clear: both;
}
@media only all and (max-width: 47.938em) {
#breadcrumbs .links, #top-github-link-text {
display: none;