From 12aca321aa60d984cccefe026f378dce2cd5f0cd Mon Sep 17 00:00:00 2001 From: Akinimaginable Date: Sun, 15 Oct 2023 01:07:56 +0200 Subject: [PATCH] :lipstick: improved pasted frontend + README --- README.md | 1 + static/index.html | 3 +-- static/style.css | 4 ++++ templates/paste.html | 15 ++++++++------- 4 files changed, 14 insertions(+), 9 deletions(-) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..b48c997 --- /dev/null +++ b/README.md @@ -0,0 +1 @@ +# Plakken diff --git a/static/index.html b/static/index.html index 535978b..10504d4 100644 --- a/static/index.html +++ b/static/index.html @@ -7,9 +7,8 @@ name="description"> - New plak • Plakken - +
diff --git a/static/style.css b/static/style.css index 10e5b4b..d605146 100644 --- a/static/style.css +++ b/static/style.css @@ -27,6 +27,10 @@ textarea { width: calc(100vw - 2rem); } +pre { + margin: 15px; +} + nav { align-items: end; bottom: 1rem; diff --git a/templates/paste.html b/templates/paste.html index ad86f72..095f7be 100644 --- a/templates/paste.html +++ b/templates/paste.html @@ -1,13 +1,14 @@ - {{.Key}} - - - - Plak {{.Key}}• Plakken - + + + + + + Plak {{.Key}} • Plakken +
{{.Content}}