summaryrefslogtreecommitdiffstats
path: root/src/_board.scss
diff options
context:
space:
mode:
Diffstat (limited to 'src/_board.scss')
-rw-r--r--src/_board.scss8
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);