mirror of
https://github.com/QwIT-Development/firka-extension.git
synced 2026-06-12 03:41:39 +02:00
logo fix
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"manifest_version": 3,
|
"manifest_version": 3,
|
||||||
"name": "Firxa",
|
"name": "Firxa",
|
||||||
"version": "1.4.2",
|
"version": "1.4.4",
|
||||||
"description": "KRÉTA webes verziójának újraírása",
|
"description": "KRÉTA webes verziójának újraírása",
|
||||||
"icons": {
|
"icons": {
|
||||||
"128": "images/firka_logo_128.png"
|
"128": "images/firka_logo_128.png"
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"manifest_version": 3,
|
"manifest_version": 3,
|
||||||
"name": "Firxa",
|
"name": "Firxa",
|
||||||
"version": "1.4.2",
|
"version": "1.4.4",
|
||||||
"description": "KRÉTA webes verziójának újraírása",
|
"description": "KRÉTA webes verziójának újraírása",
|
||||||
"icons": {
|
"icons": {
|
||||||
"128": "images/firka_logo_128.png"
|
"128": "images/firka_logo_128.png"
|
||||||
|
|||||||
@@ -57,10 +57,13 @@ body {
|
|||||||
align-items:center;
|
align-items:center;
|
||||||
gap:8px;
|
gap:8px;
|
||||||
}
|
}
|
||||||
.logo {
|
.logos {
|
||||||
width:32px;
|
width:32px;
|
||||||
height:32px;
|
height:32px;
|
||||||
}
|
}
|
||||||
|
.logo {
|
||||||
|
display: none !important;
|
||||||
|
}
|
||||||
.search-title {
|
.search-title {
|
||||||
color:var(--text-primary);
|
color:var(--text-primary);
|
||||||
text-align:center;
|
text-align:center;
|
||||||
|
|||||||
@@ -47,7 +47,7 @@ async function applyFirkaStyling() {
|
|||||||
const logoImg = document.createElement('img');
|
const logoImg = document.createElement('img');
|
||||||
logoImg.src = chrome.runtime.getURL('images/firka_logo.png');
|
logoImg.src = chrome.runtime.getURL('images/firka_logo.png');
|
||||||
logoImg.alt = 'Firka';
|
logoImg.alt = 'Firka';
|
||||||
logoImg.className = 'logo';
|
logoImg.className = 'logos';
|
||||||
|
|
||||||
logoText.appendChild(logoImg);
|
logoText.appendChild(logoImg);
|
||||||
logoText.appendChild(document.createTextNode('Firka'));
|
logoText.appendChild(document.createTextNode('Firka'));
|
||||||
|
|||||||
Reference in New Issue
Block a user