Skip to content

Instantly share code, notes, and snippets.

@jmas
Last active April 10, 2021 10:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jmas/4de02bdaefc2cc8f4cda3f51f376604d to your computer and use it in GitHub Desktop.
Save jmas/4de02bdaefc2cc8f4cda3f51f376604d to your computer and use it in GitHub Desktop.
body { background: transparent !important; margin: 0px auto; overflow: hidden; }
.rooms-header.tw-align-items-center.tw-border-b.tw-c-background-base.tw-flex.tw-flex-shrink-0.tw-full-width.tw-justify-content-center.tw-pd-l-1.tw-pd-r-1,
.chat-input.tw-block.tw-pd-b-1.tw-pd-x-1 { display: none !important; }
.chat-room.tw-flex.tw-flex-column.tw-flex-grow-1.tw-flex-shrink-1.tw-full-width {
background: transparent !important;
}
body {
font-size: 200% !important;
font-weight: bold !important;
}
.tw-root--theme-dark .chat-line__moderation, .tw-root--theme-dark .chat-line__status {
color: white;
}
.chat-line__message .text-fragment, .chat-line__moderation .text-fragment, .chat-line__status .text-fragment {
display: inline-block;
max-width: 350px;
word-wrap: break-word;
}
.chat-line__message, .chat-line__moderation, .chat-line__status {
float: right;
clear: both;
background-color: rgba(255,255,255,1);
box-shadow: 0 5px 8px rgba(0,0,0,.5);
display: inline;
color: black;
display: table;
padding: 5px 10px;
border-radius: 15px;
margin-top: 5px;
margin-left: 5px;
margin-right: 5px;
}
.chat-list__lines.tw-flex-grow-1.scrollable-area {
width: 400px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment