From ff613944be1a6bd17ef797e906e6e5f1e9ded0ca Mon Sep 17 00:00:00 2001 From: Iuri Matias Date: Wed, 10 Apr 2019 22:15:51 -0400 Subject: [PATCH] fix widget max width --- themes/status.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/status.css b/themes/status.css index b9ac4bd..c680abe 100644 --- a/themes/status.css +++ b/themes/status.css @@ -1,6 +1,6 @@ ._status-chat-widget { background-color: white; - width: 33%; + max-width: 850px; border-radius: 16px; font-family: "Inter UI",-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif; background: url(https://status.im/img/status-logo-symbol.svg) 99% 3% no-repeat white;