Created
February 27, 2023 11:29
-
-
Save benabraham/833c725e972e130b4e0a19baa10b0c23 to your computer and use it in GitHub Desktop.
Solidpixels admin custom CSS for better image previews.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| .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