💄 Style: update SVG height to be compatible with Safari browser

This commit is contained in:
Cell
2025-04-22 17:58:50 +08:00
parent e62c0f2409
commit 669f836488
2 changed files with 5 additions and 2 deletions
+4 -1
View File
@@ -366,7 +366,10 @@
img {
max-width: 100%;
min-height: 1em;
// SVG performs differently in Safari compared to other browsers
&:not([src*='.svg']) {
min-height: 1em;
}
&.version {
height: 1.25em;
+1 -1
View File
@@ -1,4 +1,4 @@
{{- .Scratch.Set "version" "v0.3.20-de72a8c8" -}}
{{- .Scratch.Set "version" "v0.3.20-e62c0f24" -}}
{{- .Scratch.Set "this" dict -}}
{{- partial "init/detection-env.html" . -}}