all repos — honk @ 3e30b0231c4d440da95d270422dd70493ea94470

my fork of honk

more style fixes
Anirudh Oppiliappan x@icyphox.sh
Sat, 02 Mar 2024 15:02:45 +0200
commit

3e30b0231c4d440da95d270422dd70493ea94470

parent

50eeded945eb5c64cb2dd3255fbca0484ea6d339

2 files changed, 2 insertions(+), 5 deletions(-)

jump to
M views/honkpage.htmlviews/honkpage.html

@@ -23,7 +23,7 @@ <script src="/local.js{{ .LocalJSParam }}" defer></script>

{{ end }} </div> {{ if and .HonkCSRF (not .IsPreview) }} -<div class="info" id="refreshbox"> +<div id="refreshbox"> <p><button id="honkrefresher" class="refresh">refresh</button><span></span> <button id="newerscroller" class="scrolldown">scroll down</button> </div>
M views/style.cssviews/style.css

@@ -151,6 +151,7 @@ border-color: var(--hl);

} .info { background: var(--bg-page); + border: 1px solid var(--hl); margin-bottom: 1em; margin-top: 1em; }

@@ -508,10 +509,6 @@ border: none;

margin-top: 0px; } - .honk { - padding-left: 1em; - padding-right: 1em; - } .honk header img { width: 48px;