Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Calviño Sánchez <danxuliu@gmail.com>2018-11-28 04:16:02 +0300
committerDaniel Calviño Sánchez <danxuliu@gmail.com>2018-11-28 17:25:46 +0300
commit4e10934e3cde89c9b8ae0ca33328297273961acd (patch)
treee401565f1cccc0d2fa3c2b8e10cbc6a56d2e6eb3 /css/publicshareauth.scss
parentdfab6a76032e256de4b262655d77e2164587eaf9 (diff)
Rename "CommentsTabView" to "ChatView"
"CommentsTabView" is a legacy name from the original import of the code from the Comments app; besides being a better fit, "ChatView" also ensures that the CSS rules will not conflict with those from the Comments app when the Talk UI is used in the Files app. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
Diffstat (limited to 'css/publicshareauth.scss')
-rw-r--r--css/publicshareauth.scss12
1 files changed, 6 insertions, 6 deletions
diff --git a/css/publicshareauth.scss b/css/publicshareauth.scss
index f077f3fc1..9d2772fac 100644
--- a/css/publicshareauth.scss
+++ b/css/publicshareauth.scss
@@ -175,7 +175,7 @@ input#request-password-button:disabled ~ .icon {
* The list of messages should stretch to fill the available space at the bottom
* of the right sidebar, so the height is cascaded using flex boxes.
*/
-#talk-sidebar #commentsTabView {
+#talk-sidebar #chatView {
display: flex;
flex-direction: column;
overflow: hidden;
@@ -195,21 +195,21 @@ input#request-password-button:disabled ~ .icon {
position: relative;
}
-#talk-sidebar #commentsTabView .newCommentRow,
-#talk-sidebar #commentsTabView .comments {
+#talk-sidebar #chatView .newCommentRow,
+#talk-sidebar #chatView .comments {
padding-left: 15px;
padding-right: 15px;
}
-#talk-sidebar #commentsTabView .comments .wrapper-background,
-#talk-sidebar #commentsTabView .comments .wrapper {
+#talk-sidebar #chatView .comments .wrapper-background,
+#talk-sidebar #chatView .comments .wrapper {
/* Padding is not respected in the comment wrapper due to its absolute
* positioning, so it must be set through its position. */
left: 15px;
right: 15px;
}
-#talk-sidebar #commentsTabView .comments .wrapper {
+#talk-sidebar #chatView .comments .wrapper {
/* Reset the rules set for ".wrapper" elements by "guest.scss" in server, as
* they affect too the virtual list wrapper when they should not. */
width: auto;