From 02cd2e3b1ca7b602de71b3d35c0cd9f6052a688c Mon Sep 17 00:00:00 2001 From: constantology Date: Thu, 14 Sep 2017 09:05:31 +0100 Subject: [PATCH] bump max-height to 330px --- src/scss/main.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/scss/main.scss b/src/scss/main.scss index 6891808..b843af6 100644 --- a/src/scss/main.scss +++ b/src/scss/main.scss @@ -78,7 +78,7 @@ .n-syndication-modal { @include oOverlay(); - max-height: 320px; + max-height: 330px; min-height: 160px; max-width: 420px; min-width: 360px;