disable '#header select' autosizing in Vivaldi
This commit is contained in:
parent
6fb6b4ee6a
commit
fc50ee2e2c
|
@ -693,7 +693,9 @@ function usePrefsDuringPageLoad() {
|
||||||
el.value = value;
|
el.value = value;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
if (!VIVALDI) {
|
||||||
$$('#header select').forEach(el => el.adjustWidth());
|
$$('#header select').forEach(el => el.adjustWidth());
|
||||||
|
}
|
||||||
|
|
||||||
if (FIREFOX && 'update' in (chrome.commands || {})) {
|
if (FIREFOX && 'update' in (chrome.commands || {})) {
|
||||||
const btn = $('#manage-shortcuts-button');
|
const btn = $('#manage-shortcuts-button');
|
||||||
|
|
Loading…
Reference in New Issue
Block a user