mirror of
https://github.com/bitwarden/browser
synced 2025-12-17 00:33:44 +00:00
adjust notification bar for small/zoomed screens
This commit is contained in:
@@ -75,6 +75,9 @@ chrome.runtime.onMessage.addListener(function (msg, sender, sendResponse) {
|
||||
else if (msg.command === 'bgCloseNotificationBar') {
|
||||
messageTab(sender.tab.id, 'closeNotificationBar');
|
||||
}
|
||||
else if (msg.command === 'bgAdjustNotificationBar') {
|
||||
messageTab(sender.tab.id, 'adjustNotificationBar', msg.data);
|
||||
}
|
||||
else if (msg.command === 'bgCollectPageDetails') {
|
||||
collectPageDetailsForContentScript(sender.tab, msg.sender);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user