From 584526b9e9a3aac702acc619263969aaea79def5 Mon Sep 17 00:00:00 2001 From: Daniel Bulant Date: Tue, 14 Apr 2020 20:03:38 +0200 Subject: [PATCH] Toggle visibility of longer comments --- static/index.html | 43 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) diff --git a/static/index.html b/static/index.html index 7ac18da..f5f3dc3 100644 --- a/static/index.html +++ b/static/index.html @@ -89,6 +89,10 @@ background-color: #444; color: white; } + + .hidden { + display: none; + }