diff --git a/less/forum/discussion.less b/less/forum/discussion.less index 1c961c9f8..c492ba2aa 100644 --- a/less/forum/discussion.less +++ b/less/forum/discussion.less @@ -148,8 +148,14 @@ .post { padding-bottom: 1px; - transition: 0.2s box-shadow; + transition: 0.2s box-shadow, top 0.2s, opacity 0.2s; position: relative; + top: 0; + + &.editing { + top: 5px; + opacity: 0.2; + } & .contextual-controls { float: right;