A couple of layout fixes (#1098)

This commit is contained in:
Alexander Zinchuk 2021-05-13 15:14:54 +03:00
parent f56738a115
commit c2e919a484
2 changed files with 1 additions and 4 deletions

View File

@ -321,10 +321,6 @@
padding-top: calc(1.15625rem - var(--border-width));
padding-bottom: calc(1.15625rem - var(--border-width));
&:not(.clone) {
overflow: initial;
}
@media (max-width: 600px) {
height: 2.875rem;
min-height: 2.875rem;

View File

@ -491,6 +491,7 @@
.message-content.has-appendix {
--border-bottom-right-radius: 0;
--border-radius-messages-small: 0;
}
}
}