fish_config: improve tab display

Use a heavier weight slightly larger font, remove the borders, and
prevent wrapping like:

    Binding
       s
This commit is contained in:
Aaron Gyes 2022-03-26 14:35:46 -07:00
parent 25e02ea07f
commit be4fa1dc1a

View file

@ -34,14 +34,13 @@ body {
.tab {
display: table-cell;
border: 1px solid #ccc;
border-right: none;
border-top: none;
white-space: nowrap;
padding-bottom: 15px;
padding-top: 15px;
padding-left: 3px;
padding-right: 3px;
font-size: 14pt;
font-size: 16pt;
font-weight: 500;
text-align: center;
background-color: white;
cursor: pointer;