my17560 / dokuwiki-template-readthedokus

"Read the Docs" flavored DokuWiki template
MIT License
14 stars 11 forks source link

Do not fit screen when percentage is used for page content #61

Closed eduardomozart closed 1 year ago

eduardomozart commented 1 year ago

Hello, When using 70% for page content, it doesn’t fit full page on iOS devices anymore, as can be seen on grey area below. B205F21B-502A-4230-8165-D2E4332FE080 I believe it’s happening because there’s no way to setup the proper media size tag on DokuWiki style editor, so it uses the setup value (70%). 2C709983-D886-4A50-A513-785AA8C18ADE I believe the page content should be set 100% for devices lower than 768px or this option could be configurable on DokuWiki style editor as “Page content (mobile devices)”. It seems fine on Admin page though, because I believe it seems to use the 100% width for centered content. 60805863-CF7A-49D4-A283-E4526172AF27

my17560 commented 1 year ago

Thanks for your report. Yes, it should be 100% when the width < 768px. I've fixed it and committed.

eduardomozart commented 1 year ago

Hello, I'd applied your last commit and it seems to be fixed. Thank you!

eduardomozart commented 1 year ago

Search result pages still seems not fit full page. 5B84DEDB-AB72-4B6F-BEA0-5E14035AC123

my17560 commented 1 year ago

Sorry. I've fixed it, too.

eduardomozart commented 1 year ago

Hello, I can confirm that with your last commit this issue was fixed. Thank you!

eduardomozart commented 1 year ago

The “wrong login” error page still doesn’t seem to fit. DA416DE0-43AD-4FE5-A94A-E38C6F35E207

my17560 commented 1 year ago

Thanks, I've fixed it.

eduardomozart commented 1 year ago

I can confirm that your last commits fixes the issue.