changed style
This commit is contained in:
parent
b04e192e49
commit
fdc03f0c3c
1 changed files with 1 additions and 5 deletions
|
@ -12,17 +12,13 @@ let other_css = `
|
||||||
right: 0;
|
right: 0;
|
||||||
top: 0 !important; }
|
top: 0 !important; }
|
||||||
.ikony {
|
.ikony {
|
||||||
float: left;`;
|
float: left;}`;
|
||||||
if (document.body.classList.contains("motiv-tmavy")){
|
if (document.body.classList.contains("motiv-tmavy")){
|
||||||
photos.concat(browser.runtime.getURL("assets/brandejsMucitel.png"), browser.runtime.getURL("assets/brandejsMC.png"));
|
photos.concat(browser.runtime.getURL("assets/brandejsMucitel.png"), browser.runtime.getURL("assets/brandejsMC.png"));
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
photos.concat(browser.runtime.getURL("assets/brandejsMC.jpg"), browser.runtime.getURL("assets/brandejsMucitel.jpg"));
|
photos.concat(browser.runtime.getURL("assets/brandejsMC.jpg"), browser.runtime.getURL("assets/brandejsMucitel.jpg"));
|
||||||
other_css += `padding-left: 25%;
|
|
||||||
background-color: rgba(255, 255, 255, 0.7);
|
|
||||||
border-radius: 20px;`;
|
|
||||||
}
|
}
|
||||||
other_css += "}";
|
|
||||||
|
|
||||||
let rng = Math.floor(Math.random() * photos.length);
|
let rng = Math.floor(Math.random() * photos.length);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue