From 721348268afd31ff18f9c90357bd53a3feedf971 Mon Sep 17 00:00:00 2001 From: Albert S Date: Sun, 23 Aug 2020 22:03:21 +0200 Subject: [PATCH] template/quitesimple: footer: Don't show login and edit time in portrait mode --- template/quitesimple/style.css | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/template/quitesimple/style.css b/template/quitesimple/style.css index 0da3369..dc9613d 100644 --- a/template/quitesimple/style.css +++ b/template/quitesimple/style.css @@ -219,4 +219,13 @@ display: block; { display: none; } -} \ No newline at end of file + #footer li:nth-child(-n+2) + { + display: none; + } + #footer li:nth-of-type(3) + { + text-align: center; + width: 100%; + } +}