mirror of
https://github.com/zen-browser/desktop.git
synced 2026-01-30 08:34:37 +00:00
fix: Fixed invalid 'create new' uses, b=no-bug, c=common, tabs
This commit is contained in:
@@ -107,9 +107,12 @@ var gZenUIManager = {
|
||||
|
||||
_initCreateNewPopup() {
|
||||
const popup = document.getElementById('zenCreateNewPopup');
|
||||
const button = document.getElementById('zen-create-new-button');
|
||||
|
||||
popup.addEventListener('popupshowing', () => {
|
||||
const button = document.getElementById('zen-create-new-button');
|
||||
if (!button) {
|
||||
return;
|
||||
}
|
||||
const image = button.querySelector('image');
|
||||
button.setAttribute('open', 'true');
|
||||
gZenUIManager.motion.animate(
|
||||
|
||||
@@ -238,7 +238,7 @@
|
||||
--focus-outline-color: transparent;
|
||||
|
||||
@media (-moz-platform: macos) {
|
||||
font-size: 1.3rem; /* Slightly larger font on macOS */
|
||||
font-size: 1.25rem; /* Slightly larger font on macOS */
|
||||
}
|
||||
|
||||
--tab-inner-inline-margin: 0;
|
||||
|
||||
Reference in New Issue
Block a user