Reply new line-height, need check with mockup

This commit is contained in:
morethanwords 2020-10-22 03:39:27 +03:00
parent ef7e4141eb
commit dc711a94af
2 changed files with 9 additions and 2 deletions

View File

@ -710,10 +710,15 @@ $chat-helper-size: 39px;
padding: 1rem;
&-subtitle {
line-height: 1 !important;
max-width: 280px;
}
}
/* .pinned-message, .reply {
&-subtitle {
line-height: 16px !important;
}
} */
}
.pinned-message, .reply {
@ -771,7 +776,8 @@ $chat-helper-size: 39px;
font-size: 14px;
//line-height: 18px;
//line-height: 1;
line-height: 15px;
//line-height: 15px;
line-height: 16px;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;

View File

@ -6,6 +6,7 @@
background-color: $color-blue;
border-radius: .5rem;
line-height: 10px;
text-align: center;
.document:not(.document-with-thumb) & {
padding: 1.5rem .25rem 0 .25rem;