fixing profile layout
This commit is contained in:
@@ -19,7 +19,6 @@
|
||||
<link rel="stylesheet" href="/css/font-awesome.min.css">
|
||||
<link rel="stylesheet" href="/css/bootstrap-tagsinput.css">
|
||||
<link rel="stylesheet" href="/css/w0bmcustom.css?v={{ filemtime("css/w0bmcustom.css") }}">
|
||||
@if(auth()->check())
|
||||
<link rel="stylesheet" href="/css/video-js.min.css">
|
||||
<link rel="stylesheet" href="/css/simplebar.css" />
|
||||
<link rel="stylesheet" href="/css/vjsnew.css?v=1.1.1">
|
||||
@@ -29,8 +28,6 @@
|
||||
<link rel="alternate stylesheet" href="/css/glitch.css?v={{ filemtime("css/glitch.css") }}" title="Glitch">
|
||||
<link rel="alternate stylesheet" href="/css/epilepsie.css?v={{ filemtime("css/epilepsie.css") }}" title="Epilepsie">
|
||||
<script src="/js/styleswitcher.js"></script>
|
||||
@else
|
||||
@endif
|
||||
</head>
|
||||
<body>
|
||||
@if(auth()->check())
|
||||
@@ -43,10 +40,7 @@
|
||||
@include('partials.banmenu')
|
||||
@endif
|
||||
@endif
|
||||
@if(auth()->check())
|
||||
<canvas id="bg" @if(!Session::get('background', true)) style="display: none;"@endif></canvas>
|
||||
@else
|
||||
@endif
|
||||
@include('partials.navigation')
|
||||
|
||||
<div class="wrapper">
|
||||
@@ -59,7 +53,6 @@
|
||||
</div>
|
||||
|
||||
</div>
|
||||
@if(auth()->check())
|
||||
<script src="/js/jquery.min.js"></script>
|
||||
<script src="/js/bootstrap.min.js"></script>
|
||||
<script src="/js/bootstrap-tagsinput.min.js"></script>
|
||||
@@ -68,7 +61,5 @@
|
||||
<script src="/js/handlebars.min.js"></script>
|
||||
<script src="/js/jquery.timeago.js"></script>
|
||||
<script src="/js/w0bmscript.js?v={{ filemtime("js/w0bmscript.js") }}"></script>
|
||||
@else
|
||||
@endif
|
||||
</body>
|
||||
</html>
|
||||
|
Reference in New Issue
Block a user