Browse Source

Reply new line-height, need check with mockup

master
morethanwords 4 years ago
parent
commit
dc711a94af
  1. 10
      src/scss/partials/_chat.scss
  2. 1
      src/scss/partials/_document.scss

10
src/scss/partials/_chat.scss

@ -710,10 +710,15 @@ $chat-helper-size: 39px; @@ -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; @@ -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;

1
src/scss/partials/_document.scss

@ -6,6 +6,7 @@ @@ -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;

Loading…
Cancel
Save