diff options
Diffstat (limited to 'src/_board.scss')
| -rw-r--r-- | src/_board.scss | 19 |
1 files changed, 19 insertions, 0 deletions
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 @@ | |||
| 49 | } | 49 | } |
| 50 | } | 50 | } |
| 51 | 51 | ||
| 52 | .messageGroupList .columnAvatar { | ||
| 53 | div, | ||
| 54 | div > p > .userAvatarImage { | ||
| 55 | inline-size: 42px; | ||
| 56 | block-size: 42px; | ||
| 57 | } | ||
| 58 | } | ||
| 59 | |||
| 52 | .tabularListRow.divider { | 60 | .tabularListRow.divider { |
| 53 | + li:not(.divider) { | 61 | + li:not(.divider) { |
| 54 | border-block-start-width: 3px; | 62 | border-block-start-width: 3px; |
| 55 | } | 63 | } |
| 56 | } | 64 | } |
| 65 | |||
| 66 | .messageGroupList .columnSubject > .statusDisplay { | ||
| 67 | margin-block-start: -.3em; | ||
| 68 | } | ||
| 69 | |||
| 70 | @media screen and (max-width: 768px) { | ||
| 71 | .messageGroupList .tabularListRow:not(.tabularListRowHead) > .tabularListColumns .columnSubject { | ||
| 72 | flex-basis: calc(100% - 42px - 14px); | ||
| 73 | max-width: calc(100% - 42px - 14px); | ||
| 74 | } | ||
| 75 | } | ||
| 57 | } | 76 | } |
