mirror of
https://github.com/discourse/discourse.git
synced 2025-02-20 12:27:32 +08:00
UX: bottom padding for menu panel on iOS notch devices (#11270)
This commit is contained in:
parent
75e92e1bd7
commit
d90b852cd0
|
@ -31,3 +31,7 @@
|
||||||
padding: 0.75em calc(0.5em + 4px + 1px);
|
padding: 0.75em calc(0.5em + 4px + 1px);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.panel-body-contents {
|
||||||
|
padding-bottom: env(safe-area-inset-bottom);
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user