diff --git a/custom/public/assets/css/shinonome.css b/custom/public/assets/css/shinonome.css new file mode 100644 index 0000000..d0e67b4 --- /dev/null +++ b/custom/public/assets/css/shinonome.css @@ -0,0 +1,8 @@ +.emoji img, .reaction img +{ + vertical-align: -.15em; + border-width: 0 !important; + width: 1.2em !important; + height: 1.2em !important; + margin: 0 !important; +} diff --git a/custom/templates/base/head.tmpl b/custom/templates/base/head.tmpl index 9c537e2..9344459 100644 --- a/custom/templates/base/head.tmpl +++ b/custom/templates/base/head.tmpl @@ -29,6 +29,7 @@ {{template "base/head_opengraph" .}} {{template "base/head_style" .}} {{template "custom/header" .}} + {{ctx.DataRaceCheck $.Context}}