mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-11-09 21:51:42 +08:00
Improve collapse icon direction on apps dashboard
This commit is contained in:
parent
c5abcfa9dd
commit
4b324bb79e
1 changed files with 2 additions and 2 deletions
|
|
@ -68,8 +68,8 @@ defmodule LivebookWeb.AppsDashboardLive do
|
|||
</span>
|
||||
<div class="flex items-center gap-2">
|
||||
<.app_group_tag app_spec={app.app_spec} />
|
||||
<.remix_icon icon="arrow-drop-up-line" class="text-3xl text-gray-400 toggle" />
|
||||
<.remix_icon icon="arrow-drop-down-line" class="text-3xl text-gray-400 hidden toggle" />
|
||||
<.remix_icon icon="arrow-drop-down-line" class="text-3xl text-gray-400 toggle" />
|
||||
<.remix_icon icon="arrow-drop-right-line" class="text-3xl text-gray-400 hidden toggle" />
|
||||
</div>
|
||||
</a>
|
||||
<div class="toggle">
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue