fixed mobile uploading and some other shit I cant remember rn

This commit is contained in:
w0bm
2020-10-28 12:38:54 +00:00
parent 3e135d2dc4
commit 54d3d02ccd
12 changed files with 154 additions and 29 deletions

View File

@@ -1,8 +1,7 @@
@extends('profilelayout')
@section('content')
<div class="page-header">
<h3 id="index">Index</h3>
<h3 id="index">Index <small>{{ count($videos) }} results</small></h3>
<form method="get">
<button type="submit" class="suchbutton"><i style="color:white;" class="fa fa-search"></i></button>
{!! Form::text('q', isset($q) ? $q : null, ['class' => 'suchleiste', 'placeholder' => 'Search w0bm.com']) !!}