Use typographical quotes in no threads UI (#7713)

This commit is contained in:
Germain 2022-02-07 15:13:34 +00:00 committed by GitHub
parent ec92102fe3
commit 544957bdad
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 44 additions and 28 deletions

View file

@ -106,6 +106,13 @@ limitations under the License.
padding-right: 16px;
}
&.mx_ThreadView .mx_AutoHideScrollbar {
/* the scrollbar is 8px wide, and we want a 12px gap with the side of the
panel. Hence the magic number, 8+4=12 */
width: calc(100% - 4px);
padding-right: 4px;
}
.mx_RoomView_MessageList {
padding-left: 12px;
padding-right: 0;
@ -182,6 +189,7 @@ limitations under the License.
.mx_MessageTimestamp {
font-size: $font-12px;
color: $secondary-content;
}
}