mirror of
https://github.com/jbowdre/virtuallypotato.git
synced 2024-11-21 22:42:19 +00:00
move mobile nav to right side to match the button
This commit is contained in:
parent
137f465ad5
commit
8b58f07afe
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ figurePositionShow = false # toggle on or off globally
|
|||
figurePositionLabel = "Figure" # the text before image number e.g Figure 1.0
|
||||
|
||||
# Set the collapsed mobile navigation to either appear from the left or the right
|
||||
mobileNavigation = "left" # if you prefer right change to 'right'
|
||||
mobileNavigation = "right" # if you prefer right change to 'right'
|
||||
|
||||
# some site owners want to decide how they would like their sites to be introduced users. These settings give you as a site owner to decide how the user will view your site for the first time.
|
||||
# please note that you cannot enforce both modes at the same time. i.e by enforcing one mode, you priotise it over the other (by setting it to true). enforceDarkMode will be commented out
|
||||
|
|
Loading…
Reference in a new issue