mirror of
https://github.com/Eugeny/tabby.git
synced 2025-07-20 02:18:01 +00:00
wip
This commit is contained in:
@@ -145,6 +145,13 @@ ngb-tabset.vertical(type='tabs')
|
||||
i.fa.fa-bug
|
||||
span Open DevTools
|
||||
|
||||
.form-group
|
||||
label Custom CSS
|
||||
textarea.form-control(
|
||||
[(ngModel)]='config.store.appearance.css',
|
||||
'(ngModelChange)'='config.save()',
|
||||
)
|
||||
|
||||
ngb-tab
|
||||
template(ngbTabTitle)
|
||||
| Hotkeys
|
||||
|
@@ -8,12 +8,17 @@
|
||||
width: auto;
|
||||
flex: none;
|
||||
}
|
||||
}
|
||||
|
||||
.hotkeys-table {
|
||||
margin-top: 30px;
|
||||
.hotkeys-table {
|
||||
margin-top: 30px;
|
||||
|
||||
td, th {
|
||||
padding: 5px 10px;
|
||||
}
|
||||
td, th {
|
||||
padding: 5px 10px;
|
||||
}
|
||||
}
|
||||
|
||||
textarea {
|
||||
font-family: 'Source Sans Mono', monospace;
|
||||
height: 120px;
|
||||
}
|
||||
|
Reference in New Issue
Block a user