Mercurial > prosody-modules
diff mod_http_muc_log/res/http_muc_log.html @ 4196:a10e27c9a289
mod_http_index,mod_http_muc_log: Tweak again
Trying to make sure navigation link clickable area doesn't overlap.
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Mon, 12 Oct 2020 19:24:20 +0200 |
parents | 796c0eef888c |
children | b1a5c2ee49c4 |
line wrap: on
line diff
--- a/mod_http_muc_log/res/http_muc_log.html Mon Oct 12 19:16:46 2020 +0200 +++ b/mod_http_muc_log/res/http_muc_log.html Mon Oct 12 19:24:20 2020 +0200 @@ -20,7 +20,7 @@ @media screen and (min-width: 460px) { nav {font-size:x-large;margin:1ex 1em;} } -nav a{padding: 1ex;margin: 1ex} +nav a,nav li{padding:1ex} nav .up{font-size:smaller;display:block;clear:both;} nav .up::before{content:"↑ ";} nav .prev{float:left;}