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

This commit is contained in:
David Hill
2026-01-24 21:10:02 +00:00
parent 8845f2b926
commit c56f6127c7

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>