mirror of
https://github.com/MetaCubeX/metacubexd.git
synced 2024-11-10 05:15:35 +08:00
feat: add padding-bottom safe-area
This commit is contained in:
parent
c53d9624ca
commit
a55ec6f7b1
@ -39,7 +39,7 @@ export const App = () => {
|
||||
|
||||
return (
|
||||
<div
|
||||
class="relative flex h-screen flex-col subpixel-antialiased p-safe"
|
||||
class="relative flex h-screen flex-col subpixel-antialiased pb-safe"
|
||||
data-theme={curTheme()}
|
||||
>
|
||||
<Header />
|
||||
|
Loading…
Reference in New Issue
Block a user