use a "fullscreen" icon for chanview full screen mode; add channel_menu selection and setting to the settings page.

This commit is contained in:
friendica
2014-02-19 20:19:56 -08:00
parent 40dbd34405
commit a29b71547a
6 changed files with 53 additions and 5 deletions

View File

@@ -52,4 +52,5 @@ $(document).ready(function() {
$('.icon-circle-blank').addClass('');
$('.icon-circle').addClass('');
$('.icon-bookmark').addClass('');
$('.icon-fullscreen').addClass('');
});