Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- body:not(.hideChatAvatars) {
- #sheld {
- --mes-padding: 10px;
- --sheld-offset: calc(var(--avatar-base-width) * var(--big-avatar-width-factor) + var(--mes-padding) * 2);
- width: calc(var(--sheldWidth) + var(--sheld-offset));
- transform: translateX(calc(var(--sheld-offset) / -2));
- /* overflow-y: scroll; */
- /* overflow-x: visible; */
- }
- #chat {
- overflow-x: visible;
- overflow-y: scroll;
- padding-left: var(--sheld-offset);
- background-color: transparent;
- }
- .mes {
- padding: var(--mes-padding);
- display: block;
- }
- .mes[is_user="false"] {
- background-color: var(--SmartThemeChatTintColor);
- }
- .mesAvatarWrapper {
- display: inline;
- float: left;
- margin-left: calc(-1 * var(--sheld-offset));
- }
- #form_sheld {
- padding-left: var(--sheld-offset);
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement