NGINX Config
diff --git a/resources/js/app.js b/resources/js/app.js
index 669eaa0..f97ac82 100644
--- a/resources/js/app.js
+++ b/resources/js/app.js
@@ -832,10 +832,6 @@
}
};
- $scope.toggleLayoutVisible = function() {
- return $window.location.hostname !== 'nginxconfig.io';
- };
-
$scope.toggleLayout = function() {
if ($scope.layout === 'default') {
$scope.layout = 'do';
diff --git a/resources/scss/_header.scss b/resources/scss/_header.scss
index c6cee34..e53171b 100644
--- a/resources/scss/_header.scss
+++ b/resources/scss/_header.scss
@@ -7,7 +7,6 @@
}
header {
- position: relative;
background-color: #000;
padding: 0.5rem 0;
text-align: center;
@@ -15,18 +14,6 @@ header {
color: #fff;
font-size: 2.2rem;
- .layout-toggle {
- position: absolute;
- right: 10px;
- top: 0;
- z-index: 100;
- opacity: 0.75;
-
- .btn {
- outline: none;
- }
- }
-
.container {
position: relative;
}