improved print CSS for fish_config#9828
improved print CSS for fish_config#9828
Conversation
This commit introduces a fishconfig_print.css that contains special CSS styles that only apply when printing the fishconfig page. This is especially useful when the user wants to print out the key bindings.
|
The result looks great! Something that would probably be good for the regular stylesheet as well: could the right column's width be reduced to fit as much of the left column as possible, rather than always splitting the page in the middle? The bindings are almost always longer than the key sequences. |
Its kinda difficult to find a width for every screen/orientation so the right column doesn't get too small. Also, you can expand rows when clicking on them, so more content is revealed on the right column. Some keys are really weird, for example |
|
Merged, thanks! |
Description
This commit introduces a fishconfig_print.css that contains special CSS styles that only apply when printing the fishconfig page. This is especially useful when the user wants to print out the key bindings.
Also the filter input is now hidden when printing any of the tabs on the config page.
Before:
After:
TODOs: