UX: Align chat separators, increase mobile chat width (#22298)

This commit is contained in:
Jarek Radosz 2023-06-27 18:49:45 +02:00 committed by GitHub
parent 71ff38bab6
commit a6bd3994f3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -5,7 +5,7 @@
&-new {
display: flex;
justify-content: center;
padding: 20px 0 20px 1em;
padding: 20px 0 20px var(--scrollbarWidth);
position: relative;
.chat-message-separator__text-container {
@ -44,7 +44,7 @@
display: flex;
align-items: flex-start;
justify-content: center;
padding-left: 1rem;
padding-left: var(--scrollbarWidth);
pointer-events: none;
&.with-last-visit {
@ -125,7 +125,7 @@
}
& + .chat-message-separator__line-container {
padding: 20px 0;
padding: 20px 0 20px var(--scrollbarWidth);
box-sizing: border-box;
.chat-message-separator__line {

View File

@ -1,5 +1,5 @@
.chat-channel {
.chat-messages-scroll {
padding: 0 10px 10px 10px;
padding-bottom: 5px;
}
}