mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-02 22:21:15 -03:00
Webconfig: Make colorscheme samples nicer to read
This makes the container fit the content, otherwise we'd be cutting off the "> quack &" part of the first line. Also while we're here increase the line-height a bit to give it more breathing room, and increase the font size juuust a smidge. Reduce margins and increase padding to make it less cramped.
This commit is contained in:
@@ -390,11 +390,11 @@ body {
|
||||
}
|
||||
|
||||
.colorpicker_text_sample_tight {
|
||||
font-size: 10pt;
|
||||
line-height: 1.2em;
|
||||
margin: 0px 6px;
|
||||
max-width: 220px;
|
||||
padding: 5px;
|
||||
font-size: 11pt;
|
||||
line-height: 1.5em;
|
||||
margin: 0;
|
||||
width: fit-content;
|
||||
padding: 1em;
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
text-overflow: clip;
|
||||
|
||||
Reference in New Issue
Block a user