neddit

the frontend of the frontpage of the internet  https://neddit.ce9e.org
git clone https://git.ce9e.org/neddit.git

commit
6843ae1a6d3427696c2e66858a97799d9318284c
parent
61bc610f57992079f2446c3d41427a763a7a91e5
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2023-12-10 20:23
flow-relative absolute positioning

Diffstat

M static/style.css 5 ++---

1 files changed, 2 insertions, 3 deletions


diff --git a/static/style.css b/static/style.css

@@ -76,9 +76,8 @@ input:focus {
   76    76 	z-index: 1;
   77    77 	border-block-end: 1px solid var(--border-color);
   78    78 	position: absolute;
   79    -1 	top: 0;
   80    -1 	left: 0;
   81    -1 	right: 0;
   -1    79 	inset-block-start: 0;
   -1    80 	inset-inline: 0;
   82    81 	padding-block: 0.4em;
   83    82 	padding-inline: 1em;
   84    83 	display: flex;