From a7d90dc708888735707db357794145b6249e3f2f Mon Sep 17 00:00:00 2001
From: chylex <contact@chylex.com>
Date: Thu, 9 Aug 2018 20:20:08 +0200
Subject: [PATCH] Allow RT & Add to List/Collection dialogs to be smaller

Closes #236
---
 Resources/Scripts/styles/browser.css | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/Resources/Scripts/styles/browser.css b/Resources/Scripts/styles/browser.css
index 51706ab3..7948ce19 100644
--- a/Resources/Scripts/styles/browser.css
+++ b/Resources/Scripts/styles/browser.css
@@ -409,6 +409,11 @@ a:not(.tweet-detail-action) .reply-triangle {
   border-width: 0 !important;
 }
 
+#actions-modal .mdl {
+  /* fix action dialog (RT, Add to List/Collection) width with small window size */
+  max-width: 100%;
+}
+
 /***************************************************************/
 /* Fix glaring visual issues that twitter hasn't fixed yet smh */
 /***************************************************************/