fix(app): change server item actions div padding from px-4 to pl-4

pull/10543/head
David Hill 2026-01-24 21:10:02 +00:00
parent 8845f2b926
commit c56f6127c7
1 changed files with 1 additions and 1 deletions

View File

@ -471,7 +471,7 @@ export function DialogSelectServer() {
</Tooltip>
</Show>
<Show when={store.editServer.id !== i}>
<div class="flex items-center justify-center gap-5 px-4">
<div class="flex items-center justify-center gap-5 pl-4">
<Show when={current() === i}>
<p class="text-text-weak text-12-regular">{language.t("dialog.server.current")}</p>
</Show>