mirror of
https://github.com/QwIT-Development/firka-extension.git
synced 2026-06-12 03:41:39 +02:00
Few fixes
This commit is contained in:
BIN
images/folio.png
Normal file
BIN
images/folio.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 46 KiB |
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"manifest_version": 3,
|
||||
"name": "Firxa",
|
||||
"version": "1.4.6",
|
||||
"version": "1.4.8",
|
||||
"description": "KRÉTA webes verziójának újraírása",
|
||||
"icons": {
|
||||
"128": "images/firka_logo_128.png"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"manifest_version": 3,
|
||||
"name": "Firxa",
|
||||
"version": "1.4.6",
|
||||
"version": "1.4.8",
|
||||
"description": "KRÉTA webes verziójának újraírása",
|
||||
"icons": {
|
||||
"128": "images/firka_logo_128.png"
|
||||
|
||||
@@ -1301,3 +1301,76 @@ h2 {
|
||||
.update-button .material-icons-round {
|
||||
font-size: 18px;
|
||||
}
|
||||
|
||||
.folio-ad-card {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
background: linear-gradient(135deg, #00D2A9 0%, #00b896 100%);
|
||||
border-radius: 16px;
|
||||
padding: 14px 16px;
|
||||
margin: 4px 16px 16px;
|
||||
text-decoration: none;
|
||||
cursor: pointer;
|
||||
transition: transform 0.15s ease, box-shadow 0.15s ease;
|
||||
box-shadow: 0 2px 12px rgba(0, 210, 169, 0.35);
|
||||
}
|
||||
|
||||
.folio-ad-card:hover {
|
||||
transform: translateY(-1px);
|
||||
box-shadow: 0 4px 16px rgba(0, 210, 169, 0.5);
|
||||
}
|
||||
|
||||
.folio-ad-card:active {
|
||||
transform: translateY(0);
|
||||
}
|
||||
|
||||
.folio-ad-left {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 12px;
|
||||
}
|
||||
|
||||
.folio-ad-logo {
|
||||
width: 40px;
|
||||
height: 40px;
|
||||
border-radius: 10px;
|
||||
object-fit: cover;
|
||||
}
|
||||
|
||||
.folio-ad-text {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 2px;
|
||||
}
|
||||
|
||||
.folio-ad-title {
|
||||
font-size: 15px;
|
||||
font-weight: 700;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.folio-ad-desc {
|
||||
font-size: 11px;
|
||||
color: rgba(255, 255, 255, 0.85);
|
||||
}
|
||||
|
||||
.folio-ad-right {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 4px;
|
||||
background: rgba(255, 255, 255, 0.2);
|
||||
border-radius: 8px;
|
||||
padding: 6px 10px;
|
||||
}
|
||||
|
||||
.folio-ad-right .material-icons-round {
|
||||
font-size: 16px;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.folio-ad-cta {
|
||||
font-size: 12px;
|
||||
font-weight: 600;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
@@ -103,6 +103,19 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<a href="https://github.com/Zan1456/folio/releases" target="_blank" class="folio-ad-card">
|
||||
<div class="folio-ad-left">
|
||||
<img src="../images/folio.png" alt="Folio" class="folio-ad-logo">
|
||||
<div class="folio-ad-text">
|
||||
<span class="folio-ad-title">Folio</span>
|
||||
<span class="folio-ad-desc">Material You KRÉTA app Androidra</span>
|
||||
</div>
|
||||
</div>
|
||||
<div class="folio-ad-right">
|
||||
<span class="material-icons-round">download</span>
|
||||
<span class="folio-ad-cta">Letöltés</span>
|
||||
</div>
|
||||
</a>
|
||||
</div>
|
||||
|
||||
<div class="tab-content" id="tab-settings">
|
||||
|
||||
Reference in New Issue
Block a user