From f5fc27a19c769a9caa185311777a465bec955e13 Mon Sep 17 00:00:00 2001 From: Lance Pioch Date: Wed, 17 Jan 2018 22:10:08 -0500 Subject: [PATCH] Fix #872 (#876) --- public/themes/pterodactyl/css/pterodactyl.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/public/themes/pterodactyl/css/pterodactyl.css b/public/themes/pterodactyl/css/pterodactyl.css index 572b3b634..58003a338 100644 --- a/public/themes/pterodactyl/css/pterodactyl.css +++ b/public/themes/pterodactyl/css/pterodactyl.css @@ -456,3 +456,11 @@ label.control-label > span.field-optional:before { .pagination > li > a, .pagination > li > span { 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; +}