From 49ec8e6985cef969be13b8de27f7485c6b0cd41d Mon Sep 17 00:00:00 2001 From: Volpeon Date: Mon, 9 Dec 2024 23:14:22 +0100 Subject: Update --- src/_board.scss | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'src/_board.scss') diff --git a/src/_board.scss b/src/_board.scss index 7e8be12..3fea245 100644 --- a/src/_board.scss +++ b/src/_board.scss @@ -49,9 +49,28 @@ } } + .messageGroupList .columnAvatar { + div, + div > p > .userAvatarImage { + inline-size: 42px; + block-size: 42px; + } + } + .tabularListRow.divider { + li:not(.divider) { border-block-start-width: 3px; } } + + .messageGroupList .columnSubject > .statusDisplay { + margin-block-start: -.3em; + } + + @media screen and (max-width: 768px) { + .messageGroupList .tabularListRow:not(.tabularListRowHead) > .tabularListColumns .columnSubject { + flex-basis: calc(100% - 42px - 14px); + max-width: calc(100% - 42px - 14px); + } + } } -- cgit v1.2.3-70-g09d2