From: Matthias Schmidt Date: Thu, 21 Dec 2017 09:12:30 +0000 (+0100) Subject: Hide comment response editor when guest dialog is shown X-Git-Tag: 3.1.0_Beta_5~15 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=8050a0a243c9bb664fa49f52f0ccd5bcb5ca3bdf;p=GitHub%2FWoltLab%2FWCF.git Hide comment response editor when guest dialog is shown See #2502 --- diff --git a/wcfsetup/install/files/style/ui/comment.scss b/wcfsetup/install/files/style/ui/comment.scss index 8914f6caae..ab3943d43b 100644 --- a/wcfsetup/install/files/style/ui/comment.scss +++ b/wcfsetup/install/files/style/ui/comment.scss @@ -149,6 +149,24 @@ } } +.commentListAddCommentResponse { + &.loading { + height: 150px; + position: relative; + + > .commentListAddCommentResponseEditorContainer { + display: none; + } + + > .commentLoadingOverlay { + left: 50%; + position: absolute; + top: 50%; + transform: translateX(-50%) translateY(-50%); + } + } +} + .commentListAddCommentEditorContainer > .jsCommentAddRequiresApproval { margin-top: 0; }