summaryrefslogtreecommitdiffstats
path: root/src/_board.scss
diff options
context:
space:
mode:
authorVolpeon <git@volpeon.ink>2024-12-09 23:14:22 +0100
committerVolpeon <git@volpeon.ink>2024-12-09 23:14:22 +0100
commit49ec8e6985cef969be13b8de27f7485c6b0cd41d (patch)
tree374425a38764d03fd894ce31eaa0aa4a84f5604b /src/_board.scss
parentUpdate (diff)
downloadfurbase-design-2024-49ec8e6985cef969be13b8de27f7485c6b0cd41d.tar.gz
furbase-design-2024-49ec8e6985cef969be13b8de27f7485c6b0cd41d.tar.bz2
furbase-design-2024-49ec8e6985cef969be13b8de27f7485c6b0cd41d.zip
Update
Diffstat (limited to 'src/_board.scss')
-rw-r--r--src/_board.scss19
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}