Skip to content

Instantly share code, notes, and snippets.

@benabraham
Created February 27, 2023 11:29
Show Gist options
  • Select an option

  • Save benabraham/833c725e972e130b4e0a19baa10b0c23 to your computer and use it in GitHub Desktop.

Select an option

Save benabraham/833c725e972e130b4e0a19baa10b0c23 to your computer and use it in GitHub Desktop.
Solidpixels admin custom CSS for better image previews.
.upload-detail-preview,
.upload-dialog-thumbnail:has(.img),
.FilePreview {
background: repeating-conic-gradient(hsl(0 0% 60%) 0% 25%, hsl(0 0% 70%) 0% 50%) 50% / 20px 20px;
}
.info-filesize {
color: white;
}
.upload-dialog-file .info .info-filename span {
white-space: normal;
word-break: break-word;
overflow: visible;
line-height: 1;
font-family: monospace;
font-size: 0.75rem;
}
.upload-dialog-file.has-long-filename .info .info-filename {
padding: 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment