Skip to content

Commit

Permalink
fix resource data tooltip on very tiny resources
Browse files Browse the repository at this point in the history
  • Loading branch information
blurymind committed Sep 13, 2024
1 parent fe421c2 commit bb64394
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/public/web-components.js
Original file line number Diff line number Diff line change
Expand Up @@ -279,6 +279,7 @@ class ResourcesComponent extends HTMLElement {
.preview-image {
position: relative;
width: fit-content;
min-width: 200px;
}
.delete-previewed-image {
color: rgb(255 255 255 / 48%);
Expand Down

0 comments on commit bb64394

Please sign in to comment.