dokuwiki_template_writr icon indicating copy to clipboard operation
dokuwiki_template_writr copied to clipboard

Responsive & Scrollbar

Open algorys opened this issue 10 years ago • 4 comments
trafficstars

Hello,

I'm currently to see the new version of Dokuwiki "Detritus" and I discover your theme. And I have 2 questions/issues :

  • I found that content_width is too fit. So I change 800 to 1000px to begin. The changes take effect but if I displayed it on a small screen (1280 * 1024 for example), I can't see all the text and no scrollbar appears at the bottom page...

dokuwiki_writr

Maybe there is no scrollbar defined in css or responsive not work ?

Is there a way to solve this ?

  • How can I reduce the black horizontal bar with the button ? Because I think it take to much place just for some buttons ? Is there a way in css to change that, because I try to find where you define it, but can't...

Thanks in advance,

Debian Wheezy Dokuwiki "Detritus" Writr : version v2015-08-24

algorys avatar Sep 23 '15 09:09 algorys

I just had a look and found that the scrollbar doesn't appear due to overflow-x: hidden on the <body>. But removing that doesn't 100% do what you would expect it to do due to the weird way the layout is done. There is no easy fix for that, sorry. I guess the content_width wasn't meant to be flexible and I probably shouldn't have made it a style.ini variable.

Yes, you can change the black bar with CSS. It's the body::before which creates the black bar itself and .page-tools which positions the icons.

selfthinker avatar Mar 26 '16 19:03 selfthinker

Hi there, Is there any chance this would be "fixed" in an upcoming update? I really like the theme, the width not adjustable is the only point I'm not happy with at the moment.

popindavibe avatar Jun 07 '16 16:06 popindavibe

I will take another look at this content-width issue. It is part of my to do list.

I am currently in the process of adopting this template. You may review the upcoming changes here : LaswitchTech

LouisOuellet avatar Jan 03 '24 05:01 LouisOuellet