From f60678478b440ca3b1d52e171ac874b3b52ec694 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?gr=C3=A9goire=20parant?= Date: Tue, 7 Sep 2021 13:59:08 +0200 Subject: [PATCH] Update right css (#1416) Signed-off-by: Gregoire Parant --- front/style/style.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/front/style/style.scss b/front/style/style.scss index 31eddfc8..d02b7e11 100644 --- a/front/style/style.scss +++ b/front/style/style.scss @@ -1090,7 +1090,7 @@ div.is-silent { border-radius: 15px 15px 15px 15px; max-height: 20%; transition: right 350ms; - right: -20vw; + right: -300px; background-color: black; font-size: 20px; color: white;