mainWindow: fix OA version css

This commit is contained in:
Ducko 2022-09-29 14:09:36 +01:00
parent 3291e197af
commit d63646ccfe
1 changed files with 2 additions and 2 deletions

View File

@ -46,7 +46,7 @@ const injCSS = x => {
document.body.appendChild(el);
};
injCSS(document.createTextNode(`
injCSS(`
[class^="socialLinks-"] + [class^="info-"] {
padding-right: 0;
}
@ -59,7 +59,7 @@ injCSS(document.createTextNode(`
#openasar-ver:hover {
text-decoration: underline;
color: var(--text-normal);
}`));
}`);
injCSS(`<css>`);