blob: d1c4e3cdea392f4946434777f8c9759de6e3582f [file] [log] [blame]
import {injectStylesheet} from '../common/contentScriptsUtils.js';
import {isOptionEnabled} from '../common/optionsUtils.js';
isOptionEnabled('uispacing').then(isUiSpacingEnabled => {
if (!isUiSpacingEnabled) return;
injectStylesheet(chrome.runtime.getURL('css/ui_spacing/shared.css'));
injectStylesheet(chrome.runtime.getURL('css/ui_spacing/twbasic.css'));
});