From dfe745c635af55254d689f80ae729f5e508cd2be Mon Sep 17 00:00:00 2001 From: ReimuHakurei Date: Wed, 24 May 2017 04:09:16 +0000 Subject: [PATCH] Add a wider viewport of 1400px for very wide screens (1600px+). --- nyaa/static/css/main.css | 5 +++++ nyaa/templates/layout.html | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/nyaa/static/css/main.css b/nyaa/static/css/main.css index f6ea0a4..3de5bd9 100755 --- a/nyaa/static/css/main.css +++ b/nyaa/static/css/main.css @@ -1,3 +1,8 @@ +@media (min-width: 1480px) { + .container { + width: 1400px; + } +} .panel-heading-collapse a:after { font-family:'Glyphicons Halflings'; content:"\e114"; diff --git a/nyaa/templates/layout.html b/nyaa/templates/layout.html index 94c6570..bd6b801 100755 --- a/nyaa/templates/layout.html +++ b/nyaa/templates/layout.html @@ -27,7 +27,7 @@ - +