diff options
author | Tor Andersson <tor@ccxvii.net> | 2023-10-22 13:57:56 +0200 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2023-10-27 01:42:01 +0200 |
commit | 6d58eb14460258a804eeaf565b8ac0f13d599a7a (patch) | |
tree | 91980d63cfe8e756be5d256dec911d71b1963a4b /public | |
parent | fc1ce090e9c0277ac6dbedb01cc537ae30af19ec (diff) | |
download | server-6d58eb14460258a804eeaf565b8ac0f13d599a7a.tar.gz |
Don't hide log button on wide screens.
Diffstat (limited to 'public')
-rw-r--r-- | public/common/client.css | 4 |
1 files changed, 0 insertions, 4 deletions
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; } } |