From de3d78f63383efe99f3b24fe1b7d5d5179a1d1b6 Mon Sep 17 00:00:00 2001 From: Janealter Date: Tue, 17 Mar 2020 13:14:19 +0300 Subject: [PATCH] Fixed initial dimensions --- src/ripple/main.styl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ripple/main.styl b/src/ripple/main.styl index b42ca6c..157d477 100644 --- a/src/ripple/main.styl +++ b/src/ripple/main.styl @@ -5,8 +5,8 @@ borderSize = 4px 0% top: round(size * .5) - borderSize left: round(size * .5) - borderSize - width: 0 - height: 0 + width: borderSize * 2 + height: borderSize * 2 opacity: 1 100% top: round(size * .05) - borderSize