mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-12-11 22:26:26 +08:00
Move star favorite to upper position
This commit is contained in:
parent
7f0dd7436e
commit
57bd16a648
1 changed files with 3 additions and 3 deletions
|
|
@ -1341,6 +1341,9 @@ defmodule LivebookWeb.SessionLive.Render do
|
||||||
phx-no-format
|
phx-no-format
|
||||||
>{@data_view.notebook_name}</h1>
|
>{@data_view.notebook_name}</h1>
|
||||||
</div>
|
</div>
|
||||||
|
<div class="px-[1px]">
|
||||||
|
<.star_button file={@data_view.file} starred_files={@starred_files} />
|
||||||
|
</div>
|
||||||
<.session_menu session={@session} />
|
<.session_menu session={@session} />
|
||||||
</div>
|
</div>
|
||||||
<div class="flex flex-nowrap items-center gap-2">
|
<div class="flex flex-nowrap items-center gap-2">
|
||||||
|
|
@ -1380,9 +1383,6 @@ defmodule LivebookWeb.SessionLive.Render do
|
||||||
id="width-selector"
|
id="width-selector"
|
||||||
container_width={@data_view.container_width}
|
container_width={@data_view.container_width}
|
||||||
/>
|
/>
|
||||||
<div class="px-[1px]">
|
|
||||||
<.star_button file={@data_view.file} starred_files={@starred_files} />
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div data-el-setup-section>
|
<div data-el-setup-section>
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue