From 0116c966d3d6ea914ec4b9e3e5ec6e405d37f22d Mon Sep 17 00:00:00 2001 From: Tom Smeding Date: Mon, 29 Aug 2022 10:45:26 +0200 Subject: login --- static/index.css | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'static/index.css') diff --git a/static/index.css b/static/index.css index 1d1c542..4f4981e 100644 --- a/static/index.css +++ b/static/index.css @@ -6,6 +6,14 @@ body { font-size: 30px; } +body.unauth #list { + display: none; +} + +body.okauth #login { + display: none; +} + .item { margin-bottom: 4px; } -- cgit v1.2.3-70-g09d2