From c29639657dd52c63c6dd5b39ec331d64cee80189 Mon Sep 17 00:00:00 2001 From: Volpeon Date: Fri, 28 Mar 2025 16:07:29 +0100 Subject: Bugfixes --- src/_board.scss | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'src/_board.scss') 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 @@ @mixin styles { .wbbBoardNode__unreadIcon { - background-image: url(../images/style-9/custom/boardNewM.png); + background-image: url(../images/style-7/custom/boardNewM.png); background-position: center center; background-repeat: no-repeat; @@ -14,7 +14,7 @@ } .wbbBoardNode__defaultIcon { - background-image: url(../images/style-9/custom/boardM.png); + background-image: url(../images/style-7/custom/boardM.png); background-position: center center; background-repeat: no-repeat; @@ -72,6 +72,10 @@ } } + .columnIcon.columnAvatar:has(.wbbStickyIcon, .wbbAnnouncementIcon) .userAvatarImage { + display: block; + } + @media screen and (max-width: 768px) { .messageGroupList .tabularListRow:not(.tabularListRowHead) > .tabularListColumns .columnSubject { flex-basis: calc(100% - 42px - 14px); -- cgit v1.2.3-70-g09d2