diff --git a/css/style.css b/css/style.css index 3098db63f..de80c7c66 100644 --- a/css/style.css +++ b/css/style.css @@ -3146,7 +3146,7 @@ ul.inbox-pagination li { .cbp_tmtimeline > li .cbp_tmtime { display: block; width: 25%; - padding-right: 100px; + padding-right: 10%; position: absolute; } @@ -5899,8 +5899,7 @@ label { right: -webkit-calc(-105%); -webkit-box-shadow: -1px 1px 5px 0px rgba(0, 0, 0, 0.13); box-shadow: -1px 1px 5px 0px rgba(0, 0, 0, 0.13); - -webkit-transition: all, 1s; - transition: all, 1s; + } .mini-nav .members-sidebar { diff --git a/images/plex.png b/images/plex.png index 820d0a0c7..3ea2e45e0 100644 Binary files a/images/plex.png and b/images/plex.png differ diff --git a/index.php b/index.php index e834938fd..af9c007dd 100644 --- a/index.php +++ b/index.php @@ -67,7 +67,7 @@ function write_ini_file($content, $path) { } - $success = fwrite($handle, $content); + $success = fwrite($handle, trim($content)); fclose($handle); @@ -544,6 +544,7 @@ function getTimezone(){ padding: 5px 10px 5px 10px; text-decoration: none; font-weight: 700; + font-style: normal; }.login-btn:hover { @@ -1098,7 +1099,7 @@ function getTimezone(){
-