Please help me to hide the page-separator compontent #767
-
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
hey! your attempts probably don't work because have less priority then other style. |
Beta Was this translation helpful? Give feedback.
-
Thanks for the info and help. I thought i could solve it from custome style. Regarding the attached beta hfs, it works fine. |
Beta Was this translation helpful? Give feedback.
-
surely you could, but then you would better remember to remove your hack/fix after the bug was fixed by me, as it could potentially become a problem one day. |
Beta Was this translation helpful? Give feedback.
hey!
yes, it's a bug, so it must be fixed in hfs, not with custom style.
i will include this in beta6, maybe published tomorrow, but you can right-click on check-for-updates to install this update
https://github.com/user-attachments/files/17294812/hfs-windows-x64-0.54.0-beta5.3.zip
your attempts probably don't work because have less priority then other style.
in this cases you can use the
!important
flag, or make the rule heavier, like this.tiles-mode ul.dir li.page-separator { margin-top: 0; }
but i didn't test this