From 9e0b4c4494eca55b7f5cdf49f0065586c67380ef Mon Sep 17 00:00:00 2001 From: root Date: Wed, 11 Sep 2019 20:52:47 +0000 Subject: [PATCH] #95 Material CSS update to modal boxes --- Assets/css/themes/Material.css | 4 ++++ Plugin.php | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/Assets/css/themes/Material.css b/Assets/css/themes/Material.css index b5212dec..706afaf0 100644 --- a/Assets/css/themes/Material.css +++ b/Assets/css/themes/Material.css @@ -15,6 +15,10 @@ body background-color:#f1f1f1!important } +div#modal-box { + width: max-content!important; +} + .logo a { opacity: 1; color: inherit; diff --git a/Plugin.php b/Plugin.php index 21050db5..4055d4a4 100644 --- a/Plugin.php +++ b/Plugin.php @@ -157,7 +157,7 @@ public function getPluginAuthor() public function getPluginVersion() { - return '1.13.0'; + return '1.13.1'; } public function getPluginHomepage()