From 2782436789973c9c8f8ce36d73d33f9fa5f03ca0 Mon Sep 17 00:00:00 2001 From: cagataycivici Date: Wed, 11 Dec 2019 14:29:47 +0300 Subject: [PATCH] Smaller width for the overlay --- src/assets/styles/app.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/assets/styles/app.scss b/src/assets/styles/app.scss index a63af67da..e64ad3f9c 100644 --- a/src/assets/styles/app.scss +++ b/src/assets/styles/app.scss @@ -162,7 +162,7 @@ body { position: absolute; top: 70px; right: 0; - width: 300px; + width: 275px; max-height: 400px; background-color: #ffffff; -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);