From 36ced79515e43970f9db088b84b58c75089868b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Valim?= Date: Tue, 11 Oct 2022 19:06:18 +0200 Subject: [PATCH] Tiny adjustments to style and responsiveness based on feedback --- lib/livebook_web/live/home_live.ex | 4 ++-- .../live/home_live/session_list_component.ex | 4 ++-- lib/livebook_web/live/hub/edit_live.ex | 2 +- lib/livebook_web/live/hub/new_live.ex | 4 ++-- lib/livebook_web/live/layout_helpers.ex | 10 +++++----- lib/livebook_web/live/learn_live.ex | 10 +++++----- lib/livebook_web/live/settings_live.ex | 8 ++++---- 7 files changed, 21 insertions(+), 21 deletions(-) diff --git a/lib/livebook_web/live/home_live.ex b/lib/livebook_web/live/home_live.ex index e2e9ecbc5..58c40dfcc 100644 --- a/lib/livebook_web/live/home_live.ex +++ b/lib/livebook_web/live/home_live.ex @@ -50,10 +50,10 @@ defmodule LivebookWeb.HomeLive do <.update_notification version={@new_version} instructions_url={@update_instructions_url} /> <.memory_notification memory={@memory} app_service_url={@app_service_url} /> -
+
-