miradozk / hello

Un thème pour miniflux.net
GNU General Public License v2.0
1 stars 1 forks source link

Subscriptions page missing icons in menu #9

Open pcwalden opened 9 years ago

pcwalden commented 9 years ago

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 commented 8 years ago

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.