Fix Scaffold for redesign
This commit is contained in:
parent
b649a1a953
commit
a3dec4be45
5 changed files with 109 additions and 15 deletions
|
@ -31,3 +31,9 @@
|
|||
}
|
||||
}
|
||||
|
||||
button {
|
||||
@media (-moz-platform: macos) {
|
||||
// Prevent ugly non-native button styles on macOS
|
||||
max-height: 25px;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue