From fdc03f0c3c19c12bb994f712696a88d6e486259a Mon Sep 17 00:00:00 2001 From: Ladislav Hano <524934@fi.muni.cz> Date: Fri, 17 Feb 2023 12:36:02 +0100 Subject: [PATCH] changed style --- content.js | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/content.js b/content.js index 7c9338f..1fbaec3 100644 --- a/content.js +++ b/content.js @@ -12,17 +12,13 @@ let other_css = ` right: 0; top: 0 !important; } .ikony { - float: left;`; + float: left;}`; if (document.body.classList.contains("motiv-tmavy")){ photos.concat(browser.runtime.getURL("assets/brandejsMucitel.png"), browser.runtime.getURL("assets/brandejsMC.png")); } else { 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);