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