fix(projects): Fix the icon size in the image preview toolbar

This commit is contained in:
xlsea
2025-08-08 17:17:23 +08:00
parent 4e9839bd48
commit 4539fe01fb

View File

@ -13,6 +13,13 @@
border-color: var(--un-default-border-color, #e5e7eb); /* 2 */
}
/*
* [Naive UI] Fix the icon size in the image preview toolbar
*/
.n-image-preview-toolbar .n-base-icon {
box-sizing: unset !important;
}
/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.