Theme: Add settings to control body width and (fixed) menu width.

This commit is contained in:
Nate
2019-10-30 01:36:30 -06:00
parent 7b1356310b
commit 2059589731
3 changed files with 20 additions and 2 deletions

View File

@@ -981,7 +981,7 @@ $default_login = ($_REQUEST['login'] == 'default') ? true : false;
/* default body padding */
.container-fluid {
width: 90%;
width: <?php echo ($_SESSION['theme']['body_width']['text'] != '') ? $_SESSION['theme']['body_width']['text'] : '90%'; ?>;
}
/* maximize viewport usage on xs displays */