1
0
Fork 0

Tweak footer to be more consistent

main
Ambrose Chua 2020-11-11 01:01:40 +08:00
parent 2c48e44c04
commit b914999725
2 changed files with 12 additions and 7 deletions

View File

@ -209,7 +209,7 @@ d-zoneinfo {
display: block;
margin-top: 1rem;
margin-bottom: 1rem;
margin-right: 0.5rem;
margin-right: 1rem;
}
@media (max-width: 319px) {
d-zoneinfo {

View File

@ -1,11 +1,16 @@
<footer>
<ul class="list-inline">
<li><a href="https://serverwentdown.github.io/datetime.link/" target="_blank">About datetime.link</a></li>{{/*
*/}}<li><a href="https://github.com/serverwentdown/datetime.link/issues/new" target="_blank">Found a bug?</a></li>{{/*
*/}}<li onclick="toggleTheme()">{{/*
*/}}<span class="icon theme-toggle-system">{{template "icon_solid_adjust.svg"}}</span><span class="theme-toggle-name theme-toggle-system">&nbsp;System theme</span>{{/*
*/}}<span class="icon theme-toggle-dark">{{template "icon_solid_moon.svg"}}</span><span class="theme-toggle-name theme-toggle-dark">&nbsp;Dark theme</span>{{/*
*/}}<span class="icon theme-toggle-light">{{template "icon_solid_sun.svg"}}</span><span class="theme-toggle-name theme-toggle-light">&nbsp;Light theme</span>{{/*
<li><a href="https://serverwentdown.github.io/datetime.link/">About datetime.link</a></li>{{/*
*/}}<li><a href="https://github.com/serverwentdown/datetime.link/issues/new">Report bug</a></li>{{/*
*/}}<li>{{/*
*/}}<span class="icon theme-toggle-system">{{template "icon_solid_adjust.svg"}}</span>{{/*
*/}}<span class="icon theme-toggle-dark">{{template "icon_solid_moon.svg"}}</span>{{/*
*/}}<span class="icon theme-toggle-light">{{template "icon_solid_sun.svg"}}</span>{{/*
*/}}&nbsp;<a href="#" onclick="toggleTheme(); return false">{{/*
*/}}<span class="theme-toggle-name theme-toggle-system">System theme</span>{{/*
*/}}<span class="theme-toggle-name theme-toggle-dark">Dark theme</span>{{/*
*/}}<span class="theme-toggle-name theme-toggle-light">Light theme</span>{{/*
*/}}</a>{{/*
*/}}</li>
</ul>
</footer>