1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-31 20:00:37 +02:00

Tweaked admin-panel collapse.

This commit is contained in:
Cameron
2021-02-01 07:58:39 -08:00
parent fe8167709a
commit 35761b3520
3 changed files with 22 additions and 8 deletions

View File

@@ -66,10 +66,10 @@ class admin_shortcodes extends e_shortcode
{
if(varset($_COOKIE['e107_adminLeftPanel']) === 'closed')
{
return 'col-md-9 col-lg-12';
return 'col-md-12 col-lg-12';
}
return 'col-md-12 col-lg-10';
return 'col-md-9 col-lg-10';
}