From 1f970529549c1bdf508a896cb98e59a06d02b95d Mon Sep 17 00:00:00 2001 From: summerscope Date: Thu, 19 Mar 2015 15:05:14 +1100 Subject: [PATCH] Add a min height to modals so they are not quite so stupidly small when not enough content suppied by users --- app/assets/stylesheets/darkswarm/modals.css.sass | 1 + 1 file changed, 1 insertion(+) diff --git a/app/assets/stylesheets/darkswarm/modals.css.sass b/app/assets/stylesheets/darkswarm/modals.css.sass index 1d21ae6722..560153c5b1 100644 --- a/app/assets/stylesheets/darkswarm/modals.css.sass +++ b/app/assets/stylesheets/darkswarm/modals.css.sass @@ -8,6 +8,7 @@ dialog, .reveal-modal border-bottom: 30px solid white overflow-y: scroll overflow-x: hidden + min-height: 260px // Not working yet - want a nice gradient shadow when there is overflow - needs JS too // &:after // @include elipse-shadow(0 0 40px rgba(0, 0, 0, 0.8))