mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-28 13:53:10 +00: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:
parent
615ea22387
commit
0614f507ff
1 changed files with 5 additions and 5 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue