Reduce font size in custom_date map view

Changed the font size from 15px to 12px in the custom_date.php map view for improved consistency and appearance.
这个提交包含在:
Peter Goodhall 2025-08-10 22:58:21 +01:00
父节点 625f3d70fc
当前提交 9baee1ee84

查看文件

@ -19,7 +19,7 @@
width: auto !important;
height: auto !important;
transform-origin: center !important;
font-size: 15px !important; /* Ensure consistent font size */
font-size: 12px !important; /* Ensure consistent font size */
}
</style>