mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-03-12 03:45:47 +01:00
Make last commit a bit nicer
This commit is contained in:
@@ -159,11 +159,11 @@ const config = { //{{{
|
|||||||
img.onload = function () {
|
img.onload = function () {
|
||||||
styles.addSheet("logo", "chrome://liberator/locale/*",
|
styles.addSheet("logo", "chrome://liberator/locale/*",
|
||||||
".vimperator-logo {" + <>
|
".vimperator-logo {" + <>
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
width: {img.width};
|
background: url({img.src});
|
||||||
height: {img.height};
|
width: {img.width}px;
|
||||||
</> + "}" +
|
height: {img.height}px;
|
||||||
".vimperator-logo::after { content: url(chrome://vimperator/content/vimperator.png) }",
|
</> + "}",
|
||||||
true);
|
true);
|
||||||
delete img;
|
delete img;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user