diff --git a/assets/style/style.css b/assets/style/style.css index efc3ddf..893b2e9 100644 --- a/assets/style/style.css +++ b/assets/style/style.css @@ -208,6 +208,7 @@ div.bibtexout.closed { overflow-y: auto; } .topnav a:not(:first-child) {display: none;} + .topnav div.top-button:not(:first-child) {display: none;} .topnav a.menubutton { float: right; display: block; @@ -227,6 +228,11 @@ div.bibtexout.closed { display: block; text-align: left; } + .topnav.responsive div.top-button { + float: none; + display: block; + text-align: left; + } .topnav.responsive div.plinks { padding-left: 0px; padding-right: 0px;