Fix: missing published/attached website icon for folder on different views (#1764) (#1945)

This commit is contained in:
Het Savani
2025-11-11 11:58:10 +05:30
committed by GitHub
parent bb2c78ae2d
commit 2b8081d100
+17 -2
View File
@@ -614,12 +614,27 @@ span.header-sort-icon img {
}
.item-container-list .item-badges {
display: none;
/* display: none; */
justify-content: flex-start !important;
left: 15px;
top: 12px;
}
.item-container-list .item-badges .item-badge {
height: 8px;
width: 8px;
}
.item-container-details .item-badges {
display: none;
/* display: none; */
justify-content: flex-start !important;
left: 15px;
top: 12px;
}
.item-container-details .item-badges .item-badge {
height: 8px;
width: 8px;
}
.item-badge {
filter: drop-shadow(0px 0px 1px rgba(0, 0, 0, .4));