mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-14 12:30:06 +02:00
Add native titlebar & fix app restart for AppImages
This commit is contained in:
@@ -138,7 +138,9 @@ const HomeRoute = () => {
|
||||
<Box
|
||||
ref={cq.ref}
|
||||
mb="5rem"
|
||||
pt={windowBarStyle === Platform.WEB ? '5rem' : '3rem'}
|
||||
pt={
|
||||
windowBarStyle === Platform.WEB || windowBarStyle === Platform.LINUX ? '5rem' : '3rem'
|
||||
}
|
||||
px="2rem"
|
||||
>
|
||||
<Stack spacing="lg">
|
||||
|
||||
Reference in New Issue
Block a user