Fix Scaffold for redesign

This commit is contained in:
windingwind 2023-12-24 13:13:25 +08:00 committed by Dan Stillman
parent b649a1a953
commit a3dec4be45
5 changed files with 109 additions and 15 deletions

View file

@ -31,3 +31,9 @@
}
}
button {
@media (-moz-platform: macos) {
// Prevent ugly non-native button styles on macOS
max-height: 25px;
}
}