You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The theme-variables.js file, at Line 463 or so, has the navbar height set to --navbar-height: 4.4rem; when it should be set to --navbar-height: ${params.navbarHeight};:
What happens is that the user sets the navbar height in the Publii GUI, but nothing appears to change in the previewed site.
Steps to reproduce
No response
Relevant log output
No response
The text was updated successfully, but these errors were encountered:
Operating system
Windows 10
Publii version
0.46.2 (build 16968)
Post editor
None
Bug description
For Simple theme, version 3.0.1.0
The
theme-variables.js
file, at Line 463 or so, has the navbar height set to--navbar-height: 4.4rem;
when it should be set to--navbar-height: ${params.navbarHeight};
:What happens is that the user sets the navbar height in the Publii GUI, but nothing appears to change in the previewed site.
Steps to reproduce
No response
Relevant log output
No response
The text was updated successfully, but these errors were encountered: