![[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 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: