diff --git a/templates/topic_alt.html b/templates/topic_alt.html index 64ef4832..556b2d1a 100644 --- a/templates/topic_alt.html +++ b/templates/topic_alt.html @@ -37,9 +37,7 @@ {{range .Poll.QuickOptions}}
- + {{.Value}}
{{end}} diff --git a/templates/topic_alt_quick_reply.html b/templates/topic_alt_quick_reply.html index 871cd509..2c91efb6 100644 --- a/templates/topic_alt_quick_reply.html +++ b/templates/topic_alt_quick_reply.html @@ -1,6 +1,6 @@
-
 
+ Avatar
diff --git a/templates/topic_alt_userinfo.html b/templates/topic_alt_userinfo.html index 8ac83e06..35472df0 100644 --- a/templates/topic_alt_userinfo.html +++ b/templates/topic_alt_userinfo.html @@ -1,5 +1,6 @@
-
 
+ + Avatar
diff --git a/themes/cosora/public/main.css b/themes/cosora/public/main.css index 3dae42b5..efb333d8 100644 --- a/themes/cosora/public/main.css +++ b/themes/cosora/public/main.css @@ -1055,13 +1055,15 @@ blockquote:first-child { flex-direction: column; } .avatar_item { - border-radius: 50px; - width: 84px; - height: 84px; - margin-bottom: 12px; background-position: 0px -10px; background-size: 120px; } +.avatar_item, .aitem { + border-radius: 62px; + width: 72px; + height: 72px; + margin-bottom: 8px; +} .the_name, .userinfo .tag_block { margin-left: auto; margin-right: auto; diff --git a/themes/nox/public/main.css b/themes/nox/public/main.css index e789b72c..487bece1 100644 --- a/themes/nox/public/main.css +++ b/themes/nox/public/main.css @@ -834,11 +834,13 @@ blockquote:first-child { flex-direction: column; } .avatar_item { - border-radius: 36px; - height: 58px; - width: 58px; background-position: 0px -10px; background-size: 78px; +} +.aitem, .avatar_item { + height: 58px; + width: 58px; + border-radius: 36px; margin-left: auto; margin-right: auto; }