[mv3] Minor changes

This commit is contained in:
Raymond Hill 2025-07-09 11:14:51 -04:00
parent 6b7f929ec5
commit 1bcb7520dd
No known key found for this signature in database
GPG key ID: 25E1490B761470C2
2 changed files with 1 additions and 3 deletions

View file

@ -49,7 +49,7 @@
color: var(--ink-2);
display: flex;
flex-direction: column;
font-size: smaller;
font-size: small;
gap: 0.25em;
}
#ubol-picker .resultsetWidgets > span:first-of-type {

View file

@ -27,8 +27,6 @@ const docURL = new URL(document.baseURI);
chrome.runtime.sendMessage({
what: 'injectCustomFilters',
hostname: docURL.hostname,
}).then(selectors => {
self.ubolInjectedCustomFilters = selectors;
}).catch(( ) => {
});