tamper
tamper copied to clipboard
Remove icon not showing up
for some files remove icon (x) doesn't show up see image below.
Upon inspecting the li, I can see that its Cross icon div (.sidebar-list-item-delete) is there but not visible.
I know @saalmaan has PR #40 open for this, but an alternative could be to make .sidebar-list-item-data
account for the width of .sidebar-list-item-checkbox
and the width of .sidebar-list-item-delete
.
Set the width of .sidebar-list-item-data
to calc(100% - 20px - 13px)
(which, for me, are the values of the two elements that need to be considered) the .sidebar-list-item-delete
element shows up just fine.