From 7ae93706e0602bbe4f09f706084f8d39e4566588 Mon Sep 17 00:00:00 2001 From: Arzumify Date: Sat, 15 Jun 2024 20:15:43 +0100 Subject: [PATCH] Small usability features on small screens --- index.html | 4 ++-- static/css/style.css | 8 ++++++-- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/index.html b/index.html index c672625..7b13078 100644 --- a/index.html +++ b/index.html @@ -15,11 +15,11 @@


-
+

The safe home for your notes

Burgernotes is the number one service for storing your shopping list, tasks'n todos, code snippets plus more. And it's totally free.


-
+
Download

or

Open in your web browser diff --git a/static/css/style.css b/static/css/style.css index e1efb46..2b45b56 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -594,6 +594,7 @@ iframe#markdown { border-color: var(--border-color); border-width: 1px; border-radius: 25px; + min-width: 20px; } .inoutdiv button { @@ -722,9 +723,12 @@ iframe#markdown { flex-direction: column; } +.downloadDiv { + flex-wrap: wrap; +} + .downloadDiv p { - margin-top: 10px; - margin-bottom: 10px; + margin: 0px; } .downloadDiv a {