UPD: Feedback type buttons

This commit is contained in:
Robert Kossessa
2024-01-29 15:45:49 +01:00
parent cdfc597edf
commit 417fe62532
6 changed files with 10 additions and 60 deletions

View File

@@ -15,7 +15,7 @@ const currentConfigPage = ref('profile_settings')
<main class="select-none">
<Navbar />
<div class="flex flex-row">
<ProfileManager class="border-solid border-0 border-r bg-zinc-900 bg-opacity-30" style="width: 20rem" />
<ProfileManager class="border-solid border-0 border-r bg-zinc-900 bg-opacity-30"/>
<div class="border-solid border-0 border-r" style="width: 25rem">
<DevicePreview />
<ConfigSection :title="$t('config_options.title')" :foldable="false" :icon-component="Bolt">