Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Subscriptions page missing icons in menu #9

Open
pcwalden opened this issue Sep 2, 2015 · 1 comment
Open

Subscriptions page missing icons in menu #9

pcwalden opened this issue Sep 2, 2015 · 1 comment

Comments

@pcwalden
Copy link

pcwalden commented Sep 2, 2015

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

@pcwalden
Copy link
Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant