diff --git a/app/Http/Controllers/UserController.php b/app/Http/Controllers/UserController.php index 4374b81..7b07186 100644 --- a/app/Http/Controllers/UserController.php +++ b/app/Http/Controllers/UserController.php @@ -395,7 +395,8 @@ class UserController extends Controller auth()->user()->layout = $request->get('layout'); auth()->user()->save(); - return Response::create("success", 200); + //return Response::create("success mothafukka, you can now go back and fap your dick", 200); + return redirect()->back()->with('success', 'Jesus Scriptus is with you' ); } } diff --git a/public/css/glitch.css b/public/css/glitch.css index 7e7fda9..138d839 100644 --- a/public/css/glitch.css +++ b/public/css/glitch.css @@ -171,7 +171,7 @@ nav { .panel.panel-default { background-image: linear-gradient(to top, #0006 0%, #19363887 100%); - margin: 10px; + /*margin: 10px;*/ border-radius: 5px; border: 1px solid black; } @@ -394,7 +394,7 @@ a.navbar-brand { }*/ div.tags.hidden-xs { - padding: 10px; + padding: 0px; width: inherit; background: transparent; } @@ -404,7 +404,7 @@ div.tags.hidden-xs { } .tags.hidden-xs { - padding: 15px; + padding: 0; background: transparent; } @@ -479,10 +479,6 @@ ul.nav.navbar-nav.info-nav { justify-content: space-between; } -.toggo.tag-panel-body { - margin-bottom: 15px; -} - .panel-danger { background: linear-gradient(to top, #000 0%, #6b1f22eb 100%); border-bottom: 1px solid red; @@ -814,3 +810,54 @@ a.rainbow:hover { .vjs-menu-item:hover { opacity: 0.7; } + +/* NAchtrag vom Editor */ +.commentform-panel-footer { + margin: 0; + padding-left: 5px; + padding-right: 5px; + padding-bottom: 5px; + padding-top: 0px; +} + +.onclick-menu:before { + padding: 5px 10px; + color: #fff; + text-shadow: 1px 1px 0px black; + font-weight: bold; + cursor: pointer; + vertical-align: baseline; + position: relative; + top: 2px; +} + +.emoji-shit { + background: none; + border: 0; + vertical-align: super; +} + +::-webkit-scrollbar, +::-webkit-scrollbar-corner, +::-webkit-scrollbar-track-piece { + background: #00000000 !important; +} + +::-webkit-scrollbar { + width: 17px !important; + height: 17px !important; +} + +::-webkit-scrollbar-thumb { + background: #333333; + border: 3px solid #101010 !important; + border-radius: 8px !important; +} + +::-webkit-scrollbar-thumb:hover { + background: #444444; +} + +#sidebar { + background: #0c343240 !important; +} \ No newline at end of file diff --git a/public/css/w0bmcustom.css b/public/css/w0bmcustom.css index eb6a53d..e5c7c72 100644 --- a/public/css/w0bmcustom.css +++ b/public/css/w0bmcustom.css @@ -3720,6 +3720,16 @@ button#layout3 { width: 100%; border: 2px solid white; font-family: monospace; + margin-bottom: 5px; + color: white; +} + +button#layout4 { + background: black; + width: 100%; + border: 2px solid white; + font-family: monospace; + margin-bottom: 5px; color: white; } diff --git a/public/css/xayd.css b/public/css/xayd.css index c9fc10c..f2d6a77 100644 --- a/public/css/xayd.css +++ b/public/css/xayd.css @@ -411,3 +411,11 @@ aside#sidebar::before { #commentAmount { color: #d4d4d4; } + +a.navbar-brand { + content: ""; + background-size: cover; + background-image: url(/w0bm_mosh_banner_by_marderchen.gif); + background-repeat: no-repeat; + width: 210px; +} \ No newline at end of file diff --git a/resources/views/layout1/layout.blade.php b/resources/views/layout1/layout.blade.php index 5eba31b..82fd6df 100644 --- a/resources/views/layout1/layout.blade.php +++ b/resources/views/layout1/layout.blade.php @@ -33,6 +33,11 @@ + +
@if(auth()->check()) diff --git a/resources/views/layout1/partials/comments.blade.php b/resources/views/layout1/partials/comments.blade.php index 8c72a37..24d62dc 100644 --- a/resources/views/layout1/partials/comments.blade.php +++ b/resources/views/layout1/partials/comments.blade.php @@ -18,7 +18,7 @@ @if(Auth::check())
+
- -
- +
-- file }}' download>WebM {{-- ({{ HumanReadable::bytesToHuman($video->filesize()) }}) --}}
+ - file }}' download>WebM ({{HumanReadable::bytesToHuman($video->filesize()) }})