Double headers after update to 0.5 version
Closed this issue · 2 comments
After the update, my wiki was looking like this. I had to remove the $:/tags/PageTemplate
from the $:/plugins/rmnvsl/krystal/header-small
to get it removed.
I had done some tweaks in my wiki to make Krystal and captivate theme compatible. Can that be responsible for this. You can see a test wiki at this site - https://krystal.tiddlyhost.com/
Yes, your changes do overwrite the new functionality (see #32 (comment)). There are now two headers, one is visible on wide viewport, second one on narrow viewport. Their visibility is defined in $:/plugins/rmnvsl/krystal/header.css which is modified in your TW instance.
You can check 79388e2 to know what has changed. Hopefully you will be able to update your modification based on that.
Closing this one, as it is not a bug. Feel free to add more comments if you need more help.