mirror of
https://github.com/anomalyco/opencode.git
synced 2026-08-14 21:03:24 +00:00
fix(app): change server item actions div padding from px-4 to pl-4
This commit is contained in:
parent
8845f2b926
commit
c56f6127c7
1 changed files with 1 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue