diff options
author | Volpeon <git@volpeon.ink> | 2024-12-09 23:14:22 +0100 |
---|---|---|
committer | Volpeon <git@volpeon.ink> | 2024-12-09 23:14:22 +0100 |
commit | 49ec8e6985cef969be13b8de27f7485c6b0cd41d (patch) | |
tree | 374425a38764d03fd894ce31eaa0aa4a84f5604b | |
parent | Update (diff) | |
download | furbase-design-2024-49ec8e6985cef969be13b8de27f7485c6b0cd41d.tar.gz furbase-design-2024-49ec8e6985cef969be13b8de27f7485c6b0cd41d.tar.bz2 furbase-design-2024-49ec8e6985cef969be13b8de27f7485c6b0cd41d.zip |
Update
-rw-r--r-- | src/_board.scss | 19 | ||||
-rw-r--r-- | src/_common.vars.scss | 3 | ||||
-rw-r--r-- | src/_rank.scss | 2 |
3 files changed, 23 insertions, 1 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 | } |
diff --git a/src/_common.vars.scss b/src/_common.vars.scss index 54066e8..d3a4754 100644 --- a/src/_common.vars.scss +++ b/src/_common.vars.scss | |||
@@ -7,6 +7,8 @@ $vlpnLinkFg: props.def(--vlpnLinkFg, props.get(core.$theme, --red, --1000-text)) | |||
7 | $vlpnLinkActive: props.def(--vlpnLinkActive, props.get(core.$theme, --red, --1300)); | 7 | $vlpnLinkActive: props.def(--vlpnLinkActive, props.get(core.$theme, --red, --1300)); |
8 | $vlpnLinkActiveFg: props.def(--vlpnLinkActiveFg, props.get(core.$theme, --red, --1300-text)); | 8 | $vlpnLinkActiveFg: props.def(--vlpnLinkActiveFg, props.get(core.$theme, --red, --1300-text)); |
9 | 9 | ||
10 | $wcfFontSizeHeadline: props.def(--wcfFontSizeHeadline, 16px); | ||
11 | |||
10 | $wcfHeaderBackground: props.def(--wcfHeaderBackground, props.get(core.$theme, --base, --600)); | 12 | $wcfHeaderBackground: props.def(--wcfHeaderBackground, props.get(core.$theme, --base, --600)); |
11 | $wcfHeaderMenuBackground: props.def(--wcfHeaderMenuBackground, props.get(core.$theme, --base, --800)); | 13 | $wcfHeaderMenuBackground: props.def(--wcfHeaderMenuBackground, props.get(core.$theme, --base, --800)); |
12 | $wcfHeaderMenuLinkBackground: props.def(--wcfHeaderMenuLinkBackground, props.get(core.$theme, --base, --800)); | 14 | $wcfHeaderMenuLinkBackground: props.def(--wcfHeaderMenuLinkBackground, props.get(core.$theme, --base, --800)); |
@@ -25,6 +27,7 @@ $wcfContentBorder: props.def(--wcfContentBorder, var(--wcfContentBorderInner)); | |||
25 | 27 | ||
26 | $wcfFooterBoxBackground: props.def(--wcfFooterBoxBackground, props.get(core.$theme, --base, --100)); | 28 | $wcfFooterBoxBackground: props.def(--wcfFooterBoxBackground, props.get(core.$theme, --base, --100)); |
27 | $wcfFooterBoxText: props.def(--wcfFooterBoxText, props.get(core.$theme, --base, --800)); | 29 | $wcfFooterBoxText: props.def(--wcfFooterBoxText, props.get(core.$theme, --base, --800)); |
30 | $wcfFooterBoxHeadlineText: props.def(--wcfFooterBoxText, props.get(core.$theme, --base, --900)); | ||
28 | 31 | ||
29 | $wcfFooterBackground: props.def(--wcfFooterBackground, props.get(core.$theme, --base, --700)); | 32 | $wcfFooterBackground: props.def(--wcfFooterBackground, props.get(core.$theme, --base, --700)); |
30 | $wcfFooterText: props.def(--wcfFooterText, props.get(core.$theme, --base, --100)); | 33 | $wcfFooterText: props.def(--wcfFooterText, props.get(core.$theme, --base, --100)); |
diff --git a/src/_rank.scss b/src/_rank.scss index 4cd4c5c..fac2663 100644 --- a/src/_rank.scss +++ b/src/_rank.scss | |||
@@ -1,5 +1,5 @@ | |||
1 | @mixin styles { | 1 | @mixin styles { |
2 | .userRankImage > img { | 2 | .userRankImage > img { |
3 | vertical-align: bottom; | 3 | |
4 | } | 4 | } |
5 | } | 5 | } |