mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-14 14:03:58 +00:00
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:
parent
25e02ea07f
commit
be4fa1dc1a
1 changed files with 3 additions and 4 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue