diff options
author | Volpeon <git@volpeon.ink> | 2025-03-28 16:07:29 +0100 |
---|---|---|
committer | Volpeon <git@volpeon.ink> | 2025-03-28 16:07:29 +0100 |
commit | c29639657dd52c63c6dd5b39ec331d64cee80189 (patch) | |
tree | a45db543c873e8b46c42e5213c5b0b4986a79370 /src/_board.scss | |
parent | New variable organizing (diff) | |
download | furbase-design-2024-c29639657dd52c63c6dd5b39ec331d64cee80189.tar.gz furbase-design-2024-c29639657dd52c63c6dd5b39ec331d64cee80189.tar.bz2 furbase-design-2024-c29639657dd52c63c6dd5b39ec331d64cee80189.zip |
Bugfixes
Diffstat (limited to 'src/_board.scss')
-rw-r--r-- | src/_board.scss | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/src/_board.scss b/src/_board.scss index 994aba6..2cb6665 100644 --- a/src/_board.scss +++ b/src/_board.scss | |||
@@ -4,7 +4,7 @@ | |||
4 | 4 | ||
5 | @mixin styles { | 5 | @mixin styles { |
6 | .wbbBoardNode__unreadIcon { | 6 | .wbbBoardNode__unreadIcon { |
7 | background-image: url(../images/style-9/custom/boardNewM.png); | 7 | background-image: url(../images/style-7/custom/boardNewM.png); |
8 | background-position: center center; | 8 | background-position: center center; |
9 | background-repeat: no-repeat; | 9 | background-repeat: no-repeat; |
10 | 10 | ||
@@ -14,7 +14,7 @@ | |||
14 | } | 14 | } |
15 | 15 | ||
16 | .wbbBoardNode__defaultIcon { | 16 | .wbbBoardNode__defaultIcon { |
17 | background-image: url(../images/style-9/custom/boardM.png); | 17 | background-image: url(../images/style-7/custom/boardM.png); |
18 | background-position: center center; | 18 | background-position: center center; |
19 | background-repeat: no-repeat; | 19 | background-repeat: no-repeat; |
20 | 20 | ||
@@ -72,6 +72,10 @@ | |||
72 | } | 72 | } |
73 | } | 73 | } |
74 | 74 | ||
75 | .columnIcon.columnAvatar:has(.wbbStickyIcon, .wbbAnnouncementIcon) .userAvatarImage { | ||
76 | display: block; | ||
77 | } | ||
78 | |||
75 | @media screen and (max-width: 768px) { | 79 | @media screen and (max-width: 768px) { |
76 | .messageGroupList .tabularListRow:not(.tabularListRowHead) > .tabularListColumns .columnSubject { | 80 | .messageGroupList .tabularListRow:not(.tabularListRowHead) > .tabularListColumns .columnSubject { |
77 | flex-basis: calc(100% - 42px - 14px); | 81 | flex-basis: calc(100% - 42px - 14px); |