From 5f90d841d063852b7e3692359a35deb8f5258e51 Mon Sep 17 00:00:00 2001 From: Jayden Downes <35357527+JaydenDownes@users.noreply.github.com> Date: Tue, 5 Jun 2018 10:33:34 +0800 Subject: [PATCH] Fixed Search Bar Scaling in Firefox (#1187) Fixed scaling issue with Firefox where it would scale the search bar to 30% of the width of the box-tools container instead of 30% of the row container. (Note this is not a fix for the issue with it appearing on a separate line on mobiles). --- public/themes/pterodactyl/css/pterodactyl.css | 5 +++++ resources/themes/pterodactyl/base/index.blade.php | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/public/themes/pterodactyl/css/pterodactyl.css b/public/themes/pterodactyl/css/pterodactyl.css index 41f163f3b..a4e4c4cf7 100644 --- a/public/themes/pterodactyl/css/pterodactyl.css +++ b/public/themes/pterodactyl/css/pterodactyl.css @@ -474,6 +474,11 @@ label.control-label > span.field-optional:before { width: auto; } +.search01 { + width: 30%; +} + .number-info-box-content { padding: 15px 10px 0; } + diff --git a/resources/themes/pterodactyl/base/index.blade.php b/resources/themes/pterodactyl/base/index.blade.php index 28f4c4d57..1fd44caa7 100644 --- a/resources/themes/pterodactyl/base/index.blade.php +++ b/resources/themes/pterodactyl/base/index.blade.php @@ -23,10 +23,10 @@