mirror of
https://github.com/Eugeny/tabby.git
synced 2025-07-04 10:29:55 +00:00
parent
217ab641b5
commit
aafe510803
@ -1,24 +1,24 @@
|
|||||||
h3.mb-3(translate) Appearance
|
h3.mb-3(translate) Appearance
|
||||||
|
.form-line
|
||||||
|
.header
|
||||||
|
.title(translate) Font
|
||||||
|
|
||||||
|
.input-group.w-75
|
||||||
|
input.form-control(
|
||||||
|
type='text',
|
||||||
|
[ngbTypeahead]='fontAutocomplete',
|
||||||
|
[(ngModel)]='config.store.terminal.font',
|
||||||
|
(ngModelChange)='config.save()',
|
||||||
|
)
|
||||||
|
input.form-control.font-size-input(
|
||||||
|
type='number',
|
||||||
|
max='48',
|
||||||
|
[(ngModel)]='config.store.terminal.fontSize',
|
||||||
|
(ngModelChange)='fixFontSize(); config.save()',
|
||||||
|
)
|
||||||
|
|
||||||
.row
|
.row
|
||||||
.col-12.col-md-6
|
.col-12.col-md-6
|
||||||
.form-line
|
|
||||||
.header
|
|
||||||
.title(translate) Font
|
|
||||||
|
|
||||||
.input-group.w-75
|
|
||||||
input.form-control.w-75(
|
|
||||||
type='text',
|
|
||||||
[ngbTypeahead]='fontAutocomplete',
|
|
||||||
[(ngModel)]='config.store.terminal.font',
|
|
||||||
(ngModelChange)='config.save()',
|
|
||||||
)
|
|
||||||
input.form-control.w-25(
|
|
||||||
type='number',
|
|
||||||
max='48',
|
|
||||||
[(ngModel)]='config.store.terminal.fontSize',
|
|
||||||
(ngModelChange)='fixFontSize(); config.save()',
|
|
||||||
)
|
|
||||||
|
|
||||||
.form-line
|
.form-line
|
||||||
.header
|
.header
|
||||||
.title(translate) Enable font ligatures
|
.title(translate) Enable font ligatures
|
||||||
|
@ -7,3 +7,8 @@ textarea {
|
|||||||
font-family: 'Source Code Pro', monospace;
|
font-family: 'Source Code Pro', monospace;
|
||||||
min-height: 120px;
|
min-height: 120px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.font-size-input {
|
||||||
|
width: 100px;
|
||||||
|
flex: none;
|
||||||
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user