Change responsive navbar breakpoint
This commit is contained in:
parent
0acf33c9a6
commit
d8a561ac0e
2
app.php
2
app.php
@ -109,7 +109,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