pad

minimal etherpad alternative  https://pad.ce9e.org
git clone https://git.ce9e.org/pad.git

commit
40a35fbb728012a772db8a2684228f951296c477
parent
8f319bb829458298bfefb2ff8632ddf71b1bd53f
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2026-08-28 06:59
use dynamic view port units

Diffstat

M static/style.css 2 +-

1 files changed, 1 insertions, 1 deletions


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

@@ -9,7 +9,7 @@ body {
    9     9 }
   10    10 
   11    11 body {
   12    -1 	block-size: 100vb;
   -1    12 	block-size: 100dvb;
   13    13 	display: grid;
   14    14 	grid-template-rows: 1fr min-content;
   15    15 }