diff --git a/view/theme/vier/style.css b/view/theme/vier/style.css index c7b6661b20..9e88dd8f58 100644 --- a/view/theme/vier/style.css +++ b/view/theme/vier/style.css @@ -1059,6 +1059,12 @@ section { color: #2d2d2d; border: 1px solid #2d2d2d; } + +.togglecomment { + float: left; + margin-right: 1em; +} + .comment-edit-preview { width: 710px; border: 1px solid #2d2d2d; diff --git a/view/theme/vier/wall_thread.tpl b/view/theme/vier/wall_thread.tpl index b422ae9266..9861c4febf 100644 --- a/view/theme/vier/wall_thread.tpl +++ b/view/theme/vier/wall_thread.tpl @@ -87,21 +87,11 @@ {{ if $item.plink }}$item.plink.title{{ endif }}
-
$item.location
- - +
$item.location
- + {{ if $item.comment }} + $item.switchcomment + {{ endif }} {{ if $item.star }} $item.star.do $item.star.undo @@ -175,6 +165,5 @@ {{ if $item.flatten }} - -
$item.comment
+ {{ endif }}