Fixing the overall ui by giving the videotitle div a fixed height so the info bar and controls dont chang their position randomly +22px
This commit is contained in:
Binary file not shown.
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 695 KiB |
4
public/css/w0bmcustom.css
vendored
4
public/css/w0bmcustom.css
vendored
@@ -4232,8 +4232,8 @@ pre {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.searchbar {
|
.searchbar {
|
||||||
padding: 1px;
|
padding: 5px;
|
||||||
background: rgb(56, 55, 55);
|
background: rgb(32, 32, 32);
|
||||||
}
|
}
|
||||||
|
|
||||||
.searchbar form {
|
.searchbar form {
|
||||||
|
@@ -5,11 +5,14 @@
|
|||||||
<?php $related = $related ?? null; ?>
|
<?php $related = $related ?? null; ?>
|
||||||
<div class="vertical-align">
|
<div class="vertical-align">
|
||||||
<div class="wrapper">
|
<div class="wrapper">
|
||||||
@if($video->videotitle)
|
<div class="videotitle-div">
|
||||||
<div class="videotitle-div">
|
<h5 style="height: 22px;">
|
||||||
<h5 class="videotitle">{{$video->videotitle}}</h5>
|
@if($video->videotitle)
|
||||||
</div>
|
{{$video->videotitle}}
|
||||||
@endif
|
@else
|
||||||
|
@endif
|
||||||
|
</h5>
|
||||||
|
</div>
|
||||||
<div class="embed-responsive embed-responsive-16by9">
|
<div class="embed-responsive embed-responsive-16by9">
|
||||||
@if($video->id == '27204')
|
@if($video->id == '27204')
|
||||||
<iframe src="https://w0bm.com/loop/index.html"></iframe>
|
<iframe src="https://w0bm.com/loop/index.html"></iframe>
|
||||||
|
Reference in New Issue
Block a user