mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-11-13 07:31:37 +08:00
Adjust headings spacing
This commit is contained in:
parent
6e4c81edae
commit
9dc09c3146
2 changed files with 2 additions and 2 deletions
|
|
@ -240,7 +240,7 @@ defmodule LivebookWeb.SessionLive do
|
||||||
data-metadata="notebook"
|
data-metadata="notebook"
|
||||||
>
|
>
|
||||||
<h1
|
<h1
|
||||||
class="text-3xl font-semibold text-gray-800 border border-transparent rounded-lg whitespace-pre-wrap"
|
class="px-1 -ml-1.5 text-3xl font-semibold text-gray-800 border border-transparent rounded-lg whitespace-pre-wrap"
|
||||||
tabindex="0"
|
tabindex="0"
|
||||||
id="notebook-heading"
|
id="notebook-heading"
|
||||||
data-el-heading
|
data-el-heading
|
||||||
|
|
|
||||||
|
|
@ -42,7 +42,7 @@ defmodule LivebookWeb.SessionLive.SectionComponent do
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
<h2
|
<h2
|
||||||
class="grow text-gray-800 font-semibold text-2xl px-1 -ml-1 rounded-lg border border-transparent whitespace-pre-wrap cursor-text"
|
class="grow text-gray-800 font-semibold text-2xl px-1 -ml-1.5 rounded-lg border border-transparent whitespace-pre-wrap cursor-text"
|
||||||
tabindex="0"
|
tabindex="0"
|
||||||
id={@section_view.html_id}
|
id={@section_view.html_id}
|
||||||
data-el-heading
|
data-el-heading
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue