prevent sticky chat and chatAndUsers for mobile

This commit is contained in:
Sebastian Castro 2020-04-15 16:11:23 +02:00 committed by muxator
parent c945c57a87
commit 5e6ceb071e
3 changed files with 17 additions and 2 deletions

View file

@ -121,11 +121,11 @@
<h1 data-l10n-id="pad.settings.padSettings"></h1>
<% e.begin_block("mySettings"); %>
<h2 data-l10n-id="pad.settings.myView"></h2>
<p>
<p class="hide-for-mobile">
<input type="checkbox" id="options-stickychat" onClick="chat.stickToScreen();">
<label for="options-stickychat" data-l10n-id="pad.settings.stickychat"></label>
</p>
<p>
<p class="hide-for-mobile">
<input type="checkbox" id="options-chatandusers" onClick="chat.chatAndUsers();">
<label for="options-chatandusers" data-l10n-id="pad.settings.chatandusers"></label>
</p>