neo-quitter
neo-quitter copied to clipboard
Mobile theme
Filling a bug for further development (I'll see what I can do for it).
- The theme isn't adjusting to mobile screen width.
- The mobilelogo is overflowing like it was on desktop view.
- There's only the search field in the header bar, no login, no menu.
Adding a screenshot:
I need to find how to hide Firefox under a mobile user agent to be able to dig into the MobileProfile subtilities.
The file specifically controlling the mobile view is theme/neo-quitter/css/mp-screen.css
. But the MobileProfile plugin, if activated, has the supplementary plugins/MobileProfile/mp-screen.css
file. How could we handle the view with or without the plugin? What are the differences?
no idea, I haven't looked into how gnu social does mobile view.. basically I just edited the display.css file when I made this theme.
I have just activated neo-quitter without any modifications and without enabling additional plugins, but the theme looks exactly the same as on a desktop device. Is there anything I need to do in order to activate a basic mobile view?
Ah, I was able to reproduce the issue by adding:
addPlugin('MobileProfile');
I know this theme is several years old, but it's still very awesome :) How hard would it be to make it responsive? I can't seem to get any view or theme to work properly on mobile :(