From bac02f64e3d2aa8e336c48f8a4b02b1f7e0501eb Mon Sep 17 00:00:00 2001 From: Dane Everitt Date: Sat, 17 Mar 2018 12:38:29 -0500 Subject: [PATCH] close #1047 --- CHANGELOG.md | 4 ++++ public/themes/pterodactyl/css/pterodactyl.css | 9 +++------ resources/themes/pterodactyl/layouts/master.blade.php | 3 ++- 3 files changed, 9 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d7357ca1b..6c4f65fe9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,10 @@ This file is a running track of new features and fixes to each version of the pa This project follows [Semantic Versioning](http://semver.org) guidelines. +## v0.7.7 (Derelict Dermodactylus) +### Fixed +* Fixes an issue with the sidebar logo not working correctly in some browsers due to the CSS being assigned. + ## v0.7.6 (Derelict Dermodactylus) ### Fixed * Fixes a UI error when attempting to change the default Nest and Egg for an existing server. diff --git a/public/themes/pterodactyl/css/pterodactyl.css b/public/themes/pterodactyl/css/pterodactyl.css index a2ad69054..9e7e6a822 100644 --- a/public/themes/pterodactyl/css/pterodactyl.css +++ b/public/themes/pterodactyl/css/pterodactyl.css @@ -469,10 +469,7 @@ label.control-label > span.field-optional:before { padding: 3px 10px !important; } -body.sidebar-collapse .main-header .logo { - overflow: hidden; - text-indent: 100%; - background-image: url('/favicons/favicon-32x32.png'); - background-repeat: no-repeat; - background-position: center; +.logo-mini > img { + height: 42px; + width: auto; } diff --git a/resources/themes/pterodactyl/layouts/master.blade.php b/resources/themes/pterodactyl/layouts/master.blade.php index 020f8b637..c46db68b8 100644 --- a/resources/themes/pterodactyl/layouts/master.blade.php +++ b/resources/themes/pterodactyl/layouts/master.blade.php @@ -43,7 +43,8 @@