mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-02-25 07:16:45 +08:00
Change modal sizes
This commit is contained in:
parent
f21fe7df09
commit
6d2a70bf6e
2 changed files with 3 additions and 3 deletions
|
@ -31,7 +31,7 @@ defmodule LivebookWeb.SessionLive.AppDockerComponent do
|
|||
@impl true
|
||||
def render(assigns) do
|
||||
~H"""
|
||||
<div class="p-6 max-w-4xl flex flex-col space-y-8">
|
||||
<div class="p-6 flex flex-col space-y-8">
|
||||
<h3 class="text-2xl font-semibold text-gray-800">
|
||||
App deployment
|
||||
</h3>
|
||||
|
|
|
@ -96,7 +96,7 @@ defmodule LivebookWeb.SessionLive.Render do
|
|||
:if={@live_action == :app_docker}
|
||||
id="app-docker-modal"
|
||||
show
|
||||
width={:big}
|
||||
width={:large}
|
||||
patch={@self_path}
|
||||
>
|
||||
<.live_component
|
||||
|
@ -241,7 +241,7 @@ defmodule LivebookWeb.SessionLive.Render do
|
|||
) %>
|
||||
</.modal>
|
||||
|
||||
<.modal :if={@live_action == :secrets} id="secrets-modal" show width={:large} patch={@self_path}>
|
||||
<.modal :if={@live_action == :secrets} id="secrets-modal" show width={:medium} patch={@self_path}>
|
||||
<.live_component
|
||||
module={LivebookWeb.SessionLive.SecretsComponent}
|
||||
id="secrets"
|
||||
|
|
Loading…
Reference in a new issue