mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-12-08 20:48:48 +00:00
Sizing of container for remote-control-id on mobile in channel
This commit is contained in:
@@ -3130,7 +3130,7 @@ nav ul li:hover, nav ul li.active {
|
|||||||
|
|
||||||
#remote_channel{
|
#remote_channel{
|
||||||
color:#2d2d2d;
|
color:#2d2d2d;
|
||||||
width:90%;
|
/*width:90%;*/
|
||||||
}
|
}
|
||||||
.show-only-mobile{display:block;}
|
.show-only-mobile{display:block;}
|
||||||
|
|
||||||
|
|||||||
@@ -116,7 +116,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="collapsible-body">
|
<div class="collapsible-body">
|
||||||
<ul id="remote-mobile-container">
|
<ul id="remote-mobile-container">
|
||||||
<li class="white-bg">
|
<li class="white-bg container">
|
||||||
<p id="remote_header">Control another client</p>
|
<p id="remote_header">Control another client</p>
|
||||||
<form action="#" class="row" id="remoteform">
|
<form action="#" class="row" id="remoteform">
|
||||||
<div class="input-field col s12">
|
<div class="input-field col s12">
|
||||||
|
|||||||
Reference in New Issue
Block a user