mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +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{
|
||||
color:#2d2d2d;
|
||||
width:90%;
|
||||
/*width:90%;*/
|
||||
}
|
||||
.show-only-mobile{display:block;}
|
||||
|
||||
|
||||
@@ -116,7 +116,7 @@
|
||||
</div>
|
||||
<div class="collapsible-body">
|
||||
<ul id="remote-mobile-container">
|
||||
<li class="white-bg">
|
||||
<li class="white-bg container">
|
||||
<p id="remote_header">Control another client</p>
|
||||
<form action="#" class="row" id="remoteform">
|
||||
<div class="input-field col s12">
|
||||
|
||||
Reference in New Issue
Block a user