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>
</MenubarItem>
<MenubarSeparator />
<MenubarItem @click.prevent="store.cycleScreenOrientation">
Orientation: {{ store.screenOrientation }}°
<MenubarItem class="flex justify-between" @click.prevent="store.cycleScreenOrientation">
<p>Orientation: </p>
<p>{{ store.screenOrientation }}°</p>
</MenubarItem>
<MenubarSeparator />
<MenubarItem @click="store.switchPreviewDeviceModel">
Skin: {{ previewDeviceNames[store.previewDeviceModel || 'nanoOne'] }}
<MenubarItem class="flex justify-between" @click="store.switchPreviewDeviceModel">
<p>Skin: </p>
<p>{{ previewDeviceNames[store.previewDeviceModel || 'nanoOne'] }}</p>
</MenubarItem>
<MenubarSeparator />
<MenubarItem>{{ $t('navbar.device.export') }}