![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
![[community profile]](https://www.dreamwidth.org/img/silk/identity/community.png)
I prefer smaller fonts to DW's defalt, but everytime I decrease the page size in the editor, the navigation strip becomes uncomfortable to read.

Is there a way to fix the navstrip's size with CSS, so that it remains unaffected?


Is there a way to fix the navstrip's size with CSS, so that it remains unaffected?
Tags:
no subject
Date: 2014-07-18 03:49 pm (UTC)NP! Your question was perfect timing basically :)
We're trying to make the control strip not stretch the page on smaller screens so we basically made it stop displaying on one line and tried to let it wrap when possible
no subject
Date: 2014-07-18 03:57 pm (UTC)Anyway, thank you!
no subject
Date: 2014-07-18 04:04 pm (UTC)You're welcome!
no subject
Date: 2014-07-18 04:22 pm (UTC)Is there a simple, CSS-based way to undo that and put it back to one-line, no-wrap, full-width? Having it all squished to the left and breaking into multiple lines is seriously messing with my visual sense of balance. Like, to the point where I'm about to shut it off because it makes me nervous to look at it.
no subject
Date: 2014-07-18 07:29 pm (UTC)#lj_controlstrip td {
display: table-cell;
white-space: nowrap; }
no subject
Date: 2014-07-18 07:42 pm (UTC)no subject
Date: 2014-07-18 07:48 pm (UTC)You're welcome!
no subject
Date: 2014-07-19 04:57 pm (UTC)Hrrm, try:
no subject
Date: 2014-07-18 10:44 pm (UTC)There is no good semantic reason for it to be a table. Make it some divs or even list items, style them with inline block and any user or theme maker can easily override that, put fixed widths on them, adjust the placing with media queries etc. etc.
no subject
Date: 2014-07-19 04:55 pm (UTC)I agree in theory but I'm pretty wary of touching the control strip HTML structure, because everything then breaks all over again :/
no subject
Date: 2014-07-21 07:50 am (UTC)On second thought I feel like this shod happen and now is probably the best time so I will file a bug for this!