tangled
alpha
login
or
join now
moth11.net
/
88x31
0
fork
atom
tiny 88x31 lexicon for atproto
0
fork
atom
overview
issues
pulls
pipelines
i think that should fix
moth11.net
1 month ago
c47896b9
53ec4d6b
+1
-1
1 changed file
expand all
collapse all
unified
split
handler
handler.go
+1
-1
handler/handler.go
···
295
295
ed.InitialSize = tisize
296
296
ed.HoverScale = thsize
297
297
ed.HoverRotate = throt
298
298
-
ed.HoverCSS = throt == nil || thsize == nil
298
298
+
ed.HoverCSS = !(throt == nil || thsize == nil)
299
299
ed.MarginRight = marginright
300
300
ed.MarginBottom = marginbottom
301
301
err = embedT.ExecuteTemplate(w, "embedbase.html", ed)