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