Change navbar breakpoint
This commit is contained in:
parent
cab1f53e2c
commit
b21b5ca423
2
app.php
2
app.php
@ -115,7 +115,7 @@ END;
|
|||||||
|
|
||||||
<?php
|
<?php
|
||||||
// Adjust as needed
|
// Adjust as needed
|
||||||
$navbar_breakpoint = "sm";
|
$navbar_breakpoint = "md";
|
||||||
|
|
||||||
// For mobile app
|
// For mobile app
|
||||||
echo "<script nonce=\"$SECURE_NONCE\">var navbar_breakpoint = \"$navbar_breakpoint\";</script>"
|
echo "<script nonce=\"$SECURE_NONCE\">var navbar_breakpoint = \"$navbar_breakpoint\";</script>"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user