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
I tried a little debugging using the FF inspector. If I change all:
.page-header > ...
to
.page-header ...
[removing the '>' character] the icons come back, but they are off-center. I cannot get a text-align to get them centered yet.
Looks like the latest miniflux added a <nav> tag between the .page-header and the following tag causing the selectors to no longer work.
With the latest git fetch, the miniflux subscriptions page no longer displays icons in the header menu. Only the text based menu is visible.
It is in the div class=page-header nav
The text was updated successfully, but these errors were encountered: