nachtrag css fixes#

This commit is contained in:
w0bm
2021-11-07 10:41:18 +00:00
parent 50b89c7be7
commit 94c504de64
2 changed files with 5 additions and 7 deletions

View File

@@ -87,11 +87,11 @@ input#volume {
</style> </style>
</head> </head>
<body> <body>
<div class="info"> <!-- <div class="info">
<a href="/loop/flowering_nights/index.html">Blühende Nacht</a> <a href="/loop/flowering_nights/index.html">Blühende Nacht</a>
<a href="/loop/polizei/index.html">1, 2 Polizei</a> <a href="/loop/polizei/index.html">1, 2 Polizei</a>
<a href="/loop/shake/index.html">Shake your booty!</a> <a href="/loop/shake/index.html">Shake your booty!</a>
</div> </div> -->
<input id="volume" type="range" min="-1" max="0.1" step="0.01" value="-0.8"/> <input id="volume" type="range" min="-1" max="0.1" step="0.01" value="-0.8"/>
<script src="loopify.js" type="text/javascript"></script> <script src="loopify.js" type="text/javascript"></script>

View File

@@ -30,16 +30,14 @@
@section('floatvid') @section('floatvid')
<div class="video-titlebar"> <div class="video-titlebar">
@if($video->videotitle) @if($video->videotitle)
{{$video->videotitle}} <b>{{$video->videotitle}}</b>
@else <b><u>No Title</u></b>
@else <b>No Title</b>
@endif @endif
uploaded by <small>{!! $video->user->displayName() !!}</small> uploaded by <small>{!! $video->user->displayName() !!}</small>
</div> </div>
<div class="video-wrap embed-responsive embed-responsive-16by9" id="sticky-container"> <div class="video-wrap embed-responsive embed-responsive-16by9" id="sticky-container">
@if($video->id == '27204') @if($video->id == '27204')
<iframe src="https://w0bm.com/loop/index.html"></iframe> <iframe style="height:100%!important; min-height: auto!important;" src="https://w0bm.com/loop/index.html"></iframe>
@else @else
<video class="video scrollable" loop id="video" controls> <video class="video scrollable" loop id="video" controls>
<source src="//w0bm.com/b{{ "/" . $video->file }}"> <source src="//w0bm.com/b{{ "/" . $video->file }}">