From 7ec08b63cc301839055b4677a887ff0323f947d8 Mon Sep 17 00:00:00 2001 From: Tobias Schneider Date: Tue, 2 Apr 2019 15:28:13 +0200 Subject: [PATCH] Limited logo max-width to 100% for HiDPI support --- resources/stylus/style.styl | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/stylus/style.styl b/resources/stylus/style.styl index 18b17c2..b4f676a 100644 --- a/resources/stylus/style.styl +++ b/resources/stylus/style.styl @@ -74,6 +74,7 @@ embossed-bg() // This is the logo at the top of the ToC & > img display: block + max-width: 100%; & > .search position: relative input