Skip to content

Commit b4889c6

Browse files
committed
Fix: missing published/attached website icon for folder on different views (#1764)
1 parent e5e2425 commit b4889c6

File tree

1 file changed

+17
-2
lines changed

1 file changed

+17
-2
lines changed

src/gui/src/css/style.css

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -614,12 +614,27 @@ span.header-sort-icon img {
614614
}
615615

616616
.item-container-list .item-badges {
617-
display: none;
617+
/* display: none; */
618+
justify-content: flex-start !important;
619+
left: 15px;
620+
top: 12px;
621+
}
622+
.item-container-list .item-badges .item-badge {
623+
height: 8px;
624+
width: 8px;
618625
}
619626

620627
.item-container-details .item-badges {
621-
display: none;
628+
/* display: none; */
629+
justify-content: flex-start !important;
630+
left: 15px;
631+
top: 12px;
622632
}
633+
.item-container-details .item-badges .item-badge {
634+
height: 8px;
635+
width: 8px;
636+
}
637+
623638

624639
.item-badge {
625640
filter: drop-shadow(0px 0px 1px rgba(0, 0, 0, .4));

0 commit comments

Comments
 (0)