mirror of
https://github.com/McShelby/hugo-theme-relearn
synced 2025-04-30 17:22:34 +08:00
menu: fix minor padding of select boxes
This commit is contained in:
parent
43955d0e20
commit
77e790885b
@ -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> </span>{{ T "Clear-History" }}</button></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div id="footer" class="footerFooter{{if $showfooter}} showFooter{{end}}">
|
||||
|
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user