menu: fix minor padding of select boxes

This commit is contained in:
Sören Weber 2023-02-25 18:58:05 +01:00
parent 43955d0e20
commit 77e790885b
No known key found for this signature in database
GPG key ID: BEC6D55545451B6D
2 changed files with 6 additions and 1 deletions

View file

@ -116,7 +116,7 @@
</div>
<script>window.variants && variants.markSelectedVariant();</script>
</li>
<li class="footerVisitedLinks{{if $showvisitedlinks}} showVisitedLinks{{end}}"><button class="padding" onclick="clearHistory();"><i class="fas fa-history fa-fw"></i> {{ T "Clear-History" }}</button></li>
<li class="footerVisitedLinks{{if $showvisitedlinks}} showVisitedLinks{{end}}"><button class="padding" onclick="clearHistory();"><i class="fas fa-history fa-fw"></i><span>&nbsp;</span>{{ T "Clear-History" }}</button></li>
</ul>
</div>
<div id="footer" class="footerFooter{{if $showfooter}} showFooter{{end}}">

View file

@ -1350,6 +1350,11 @@ html[dir="rtl"] .select-container span {
float: right;
}
#sidebar ul select {
padding-left: 0;
padding-right: 0;
}
.select-style {
border: 0;
border-radius: 0;