From 6d58eb14460258a804eeaf565b8ac0f13d599a7a Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Sun, 22 Oct 2023 13:57:56 +0200 Subject: Don't hide log button on wide screens. --- public/common/client.css | 4 ---- 1 file changed, 4 deletions(-) (limited to 'public') diff --git a/public/common/client.css b/public/common/client.css index 4f17434..2912f1c 100644 --- a/public/common/client.css +++ b/public/common/client.css @@ -557,10 +557,6 @@ menu li:hover img { /* MOBILE PHONE LAYOUT */ -@media (min-width: 1900px) { - #log_button { display: none; } -} - @media (pointer: coarse) and ( (max-width: 400px) or (max-height: 400px) ) { #zoom_button { display: none; } } -- cgit v1.2.3