1px less Safari cope

This commit is contained in:
Cohee
2023-11-27 02:56:45 +02:00
parent fd8697afc0
commit 37610062a7

View File

@@ -548,7 +548,7 @@ hr {
/* special case for desktop Safari to allow #sheld resizing */ /* special case for desktop Safari to allow #sheld resizing */
@media only screen and (min-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) and (pointer: fine) { @media only screen and (min-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) and (pointer: fine) {
#form_sheld { #form_sheld {
margin-bottom: 5px; margin-bottom: 4px;
} }
} }