mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-01-25 16:28:07 +08:00
Remove padding from sidebar top icon buttons
This commit is contained in:
parent
3fc2da3474
commit
8f1f0e90b9
1 changed files with 2 additions and 2 deletions
|
@ -783,7 +783,7 @@ defmodule LivebookWeb.SessionLive do
|
|||
defp secrets_info_icon(assigns) do
|
||||
~H"""
|
||||
<span
|
||||
class="icon-button cursor-pointer tooltip bottom-left"
|
||||
class="icon-button p-0 cursor-pointer tooltip bottom-left"
|
||||
data-tooltip={
|
||||
~S'''
|
||||
Secrets are a safe way to share credentials
|
||||
|
@ -806,7 +806,7 @@ defmodule LivebookWeb.SessionLive do
|
|||
Runtime
|
||||
</h3>
|
||||
<%= live_patch to: Routes.session_path(@socket, :runtime_settings, @session.id),
|
||||
class: "icon-button" do %>
|
||||
class: "icon-button p-0" do %>
|
||||
<.remix_icon icon="settings-3-line text-xl" />
|
||||
<% end %>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue