We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5e2425 commit b4889c6Copy full SHA for b4889c6
src/gui/src/css/style.css
@@ -614,12 +614,27 @@ span.header-sort-icon img {
614
}
615
616
.item-container-list .item-badges {
617
- display: none;
+ /* 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;
625
626
627
.item-container-details .item-badges {
628
629
630
631
632
633
+.item-container-details .item-badges .item-badge {
634
635
636
637
+
638
639
.item-badge {
640
filter: drop-shadow(0px 0px 1px rgba(0, 0, 0, .4));
0 commit comments