UPD: Dropdown options style

This commit is contained in:
Robert Kossessa
2024-02-09 11:20:41 +01:00
parent 099b6837a7
commit 450563839e

View File

@@ -43,12 +43,14 @@
<MenubarShortcut>N</MenubarShortcut> <MenubarShortcut>N</MenubarShortcut>
</MenubarItem> </MenubarItem>
<MenubarSeparator /> <MenubarSeparator />
<MenubarItem @click.prevent="store.cycleScreenOrientation"> <MenubarItem class="flex justify-between" @click.prevent="store.cycleScreenOrientation">
Orientation: {{ store.screenOrientation }}° <p>Orientation: </p>
<p>{{ store.screenOrientation }}°</p>
</MenubarItem> </MenubarItem>
<MenubarSeparator /> <MenubarSeparator />
<MenubarItem @click="store.switchPreviewDeviceModel"> <MenubarItem class="flex justify-between" @click="store.switchPreviewDeviceModel">
Skin: {{ previewDeviceNames[store.previewDeviceModel || 'nanoOne'] }} <p>Skin: </p>
<p>{{ previewDeviceNames[store.previewDeviceModel || 'nanoOne'] }}</p>
</MenubarItem> </MenubarItem>
<MenubarSeparator /> <MenubarSeparator />
<MenubarItem>{{ $t('navbar.device.export') }} <MenubarItem>{{ $t('navbar.device.export') }}