Metastem / wikiless

A free open source alternative Wikipedia front-end focused on privacy.
https://wikiless.metastem.su/
GNU Affero General Public License v3.0
175 stars 19 forks source link

Mobile support #8

Closed rjb330 closed 1 year ago

rjb330 commented 1 year ago

I've been testing out using minerva skin for mobile user agents. I got it working but the CSS is broken, even if I make it load the minerva CSS scraped from Wikipedia, SVG's doesn't load . Also dark mode wouldn't work since there is no stylesheet for mobile.

aaferrari commented 1 year ago

Another option would be to add this tag so that the content can adapt better on small screens:

<meta name="viewport" content="width=device-width, initial-scale=1.0">

Then it would be a matter of adjusting the CSS to make it more responsive.

Although if you prefer to keep separate skins for mobile and desktop, in addition to Vector, Minerva and Monobook, there are also these (although I don't know if any of them work for mobile devices). But you must know that according to this in Wikipedia only Cologne Blue, Modern and Timeless are installed (besides the already mentioned).

Jeyso215 commented 1 year ago

@Metastem This is resolved!