mirror of
https://github.com/hcengineering/platform.git
synced 2024-12-25 20:42:56 +03:00
Minor fix root bar (#5021)
Signed-off-by: Denis Bykhov <bykhov.denis@gmail.com>
This commit is contained in:
parent
07f1ff35dc
commit
62e3ccdc7b
@ -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'}
|
||||||
|
Loading…
Reference in New Issue
Block a user