Minor fix root bar (#5021)

Signed-off-by: Denis Bykhov <bykhov.denis@gmail.com>
This commit is contained in:
Denis Bykhov 2024-03-20 15:42:33 +06:00 committed by GitHub
parent 07f1ff35dc
commit 62e3ccdc7b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -157,7 +157,9 @@
<IconArrowRight size={'small'} /> <IconArrowRight size={'small'} />
</button> </button>
</div> </div>
<RootBarExtension position="left" /> <div class="flex-row-center" style:-webkit-app-region={'no-drag'}>
<RootBarExtension position="left" />
</div>
<div <div
class="flex-row-center justify-center status-info" class="flex-row-center justify-center status-info"
style:margin-left={(isPortrait && docWidth <= 480) || (!isPortrait && docHeight <= 480) ? '1.5rem' : '0'} style:margin-left={(isPortrait && docWidth <= 480) || (!isPortrait && docHeight <= 480) ? '1.5rem' : '0'}