Chat: Fix padding, missing divider and animation artefacts for forum

This commit is contained in:
Alexander Zinchuk 2023-02-28 18:43:32 +01:00
parent 568b23b6fe
commit da70c3893d
2 changed files with 3 additions and 2 deletions

View File

@ -50,6 +50,7 @@
display: flex; display: flex;
align-items: center; align-items: center;
font-size: 0.9375rem; font-size: 0.9375rem;
line-height: 1.25rem;
color: var(--color-text-secondary); color: var(--color-text-secondary);
} }
@ -57,7 +58,7 @@
color: var(--color-text); color: var(--color-text);
&.main-column, &.last-message { &.main-column, &.last-message {
padding: 0 0.375rem; padding: 0 0.3125rem;
} }
&.main-column, &.last-message, .after-wrapper { &.main-column, &.last-message, .after-wrapper {

View File

@ -89,7 +89,7 @@
&.forum-panel-open { &.forum-panel-open {
.info { .info {
opacity: 0; opacity: 0;
transform: translateX(-25%); transform: translateX(-20%);
} }
.Chat[dir="rtl"] .info { .Chat[dir="rtl"] .info {