|
|
@@ -28,8 +28,9 @@ body {
|
|
|
background-color: lightgrey;
|
|
|
}
|
|
|
|
|
|
+.slack-chat-content { height: 85vh; overflow: auto; }
|
|
|
.slack-chat-title { font-size: 1.75em; font-style: italic; }
|
|
|
-.slackmsg-item { background: #eee; margin-top: 15px; }
|
|
|
+.slackmsg-item { position: relative; background: #eee; margin-top: 15px; }
|
|
|
.slackmsg-author { display: inline-block; }
|
|
|
.slackmsg-author-img { margin-right: 15px; }
|
|
|
.slackmsg-author-name { position: absolute; max-height: 1em; overflow: hidden; font-style: italic; }
|