mainWindow: fix OA version css
This commit is contained in:
parent
3291e197af
commit
d63646ccfe
1 changed files with 2 additions and 2 deletions
|
@ -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>`);
|
||||
|
||||
|
|
Loading…
Reference in a new issue