diff options
Diffstat (limited to 'src/_board.scss')
-rw-r--r-- | src/_board.scss | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/src/_board.scss b/src/_board.scss index 90b2768..7e8be12 100644 --- a/src/_board.scss +++ b/src/_board.scss | |||
@@ -23,6 +23,16 @@ | |||
23 | } | 23 | } |
24 | } | 24 | } |
25 | 25 | ||
26 | .wbbBoardNode__lastPostAvatar .userAvatarImage { | ||
27 | inline-size: 32px; | ||
28 | block-size: 32px; | ||
29 | } | ||
30 | |||
31 | .wbbBoardSeparator { | ||
32 | block-size: 1px; | ||
33 | background-color: var(--wcfContentBorderInner); | ||
34 | } | ||
35 | |||
26 | .tabularListColumns { | 36 | .tabularListColumns { |
27 | &::before { | 37 | &::before { |
28 | content: ""; | 38 | content: ""; |
@@ -38,4 +48,10 @@ | |||
38 | } | 48 | } |
39 | } | 49 | } |
40 | } | 50 | } |
51 | |||
52 | .tabularListRow.divider { | ||
53 | + li:not(.divider) { | ||
54 | border-block-start-width: 3px; | ||
55 | } | ||
56 | } | ||
41 | } | 57 | } |