mirror of
https://github.com/HeyPuter/puter.git
synced 2026-04-30 12:10:12 -05:00
This commit is contained in:
@@ -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));
|
||||
|
||||
Reference in New Issue
Block a user