mirror of
https://github.com/Eugeny/tabby.git
synced 2025-10-04 14:04:56 +00:00
fixed #5193 - all-tabs broadcast mode
This commit is contained in:
@@ -185,3 +185,18 @@ hotkey-hint {
|
||||
::ng-deep .btn-update svg {
|
||||
fill: cyan;
|
||||
}
|
||||
|
||||
::ng-deep .broadcast-status-warning {
|
||||
background: red;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 50%;
|
||||
padding: 5px 10px;
|
||||
color: black;
|
||||
border-radius: 0 0 5px 5px;
|
||||
|
||||
width: 300px;
|
||||
margin-left: -150px;
|
||||
text-align: center;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
@@ -17,7 +17,7 @@ hotkeys:
|
||||
move-tab-right:
|
||||
- '⌘-Shift-Right'
|
||||
rearrange-panes:
|
||||
- '⌘-Shift'
|
||||
- 'Ctrl-Shift'
|
||||
tab-1:
|
||||
- '⌘-1'
|
||||
tab-2:
|
||||
|
Reference in New Issue
Block a user