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;
align-items: center;
font-size: 0.9375rem;
line-height: 1.25rem;
color: var(--color-text-secondary);
}
@ -57,7 +58,7 @@
color: var(--color-text);
&.main-column, &.last-message {
padding: 0 0.375rem;
padding: 0 0.3125rem;
}
&.main-column, &.last-message, .after-wrapper {

View File

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