mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-03-05 00:34:10 +08: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
@ -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…
x
Reference in New Issue
Block a user