feat: Add a bounce to the glance element float and format, b=no-bug, c=common, glance

This commit is contained in:
Mr. M
2025-10-11 00:21:01 +02:00
parent d5e73cf360
commit 21d5273bb9
5 changed files with 69 additions and 31 deletions

View File

@@ -889,6 +889,7 @@ var gZenVerticalTabsManager = {
if (typeof height !== 'undefined') {
document.getElementById('urlbar').style.setProperty('--urlbar-height', `${height}px`);
}
gURLBar.zenFormatURLValue();
});
},