all repos — honk @ 0f8c6f22cde54c37cff4ebc2bdb0eeb2faa46041

my fork of honk

thing
Anirudh Oppiliappan x@icyphox.sh
Tue, 08 Nov 2022 15:16:41 +0530
commit

0f8c6f22cde54c37cff4ebc2bdb0eeb2faa46041

parent

650440eae7a01e2b943fc3b7960a8239e2418928

3 files changed, 2 insertions(+), 4 deletions(-)

jump to
M activity.goactivity.go

@@ -195,7 +195,6 @@ if err != nil {

return nil, err } j := ji.(junk.Junk) - ilog.Println(j.GetString("icon")) return j, nil }
M views/local.cssviews/local.css

@@ -71,7 +71,7 @@ #honkform input {

font-size: 0.8em; } body > header { - max-width: 700px; + max-width: 655px; margin: 1em auto; font-size: 1.5em; }

@@ -114,7 +114,7 @@ details summary {

cursor: pointer; } main { - max-width: 1200px; + max-width: 655px; margin: auto; font-size: 1.5em; }
M web.goweb.go

@@ -35,7 +35,6 @@ "time"

"unicode/utf8" "github.com/gorilla/mux" - "github.com/sassoftware/relic/lib/dlog" "humungus.tedunangst.com/r/webs/cache" "humungus.tedunangst.com/r/webs/httpsig" "humungus.tedunangst.com/r/webs/junk"