mirror of
https://github.com/antebudimir/feishin.git
synced 2025-12-31 10:03:33 +00:00
Add native titlebar & fix app restart for AppImages
This commit is contained in:
parent
d055ae89e0
commit
a878875f83
12 changed files with 82 additions and 23 deletions
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue