Add GitHub and Buy Me a Coffee links to the top bar
This commit is contained in:
@@ -117,6 +117,24 @@
|
|||||||
border-color: var(--accent);
|
border-color: var(--accent);
|
||||||
color: var(--accent);
|
color: var(--accent);
|
||||||
}
|
}
|
||||||
|
.support-links {
|
||||||
|
display: flex;
|
||||||
|
gap: 4px;
|
||||||
|
flex-shrink: 0;
|
||||||
|
}
|
||||||
|
.support-link-github:hover {
|
||||||
|
border-color: var(--text);
|
||||||
|
color: var(--text);
|
||||||
|
}
|
||||||
|
.support-link-coffee {
|
||||||
|
border-color: #f6c453;
|
||||||
|
color: #f6c453;
|
||||||
|
}
|
||||||
|
.support-link-coffee:hover {
|
||||||
|
border-color: #ffd978;
|
||||||
|
color: #ffd978;
|
||||||
|
background: rgba(246, 196, 83, 0.08);
|
||||||
|
}
|
||||||
|
|
||||||
/* ═══════════════════════════════════════════
|
/* ═══════════════════════════════════════════
|
||||||
RESPONSIVE
|
RESPONSIVE
|
||||||
@@ -179,6 +197,7 @@
|
|||||||
.logo { font-size: 11px; }
|
.logo { font-size: 11px; }
|
||||||
.clock { font-size: 14px; }
|
.clock { font-size: 14px; }
|
||||||
.category-filter { max-width: 100%; }
|
.category-filter { max-width: 100%; }
|
||||||
|
.support-links { width: 100%; }
|
||||||
|
|
||||||
.grid-wrapper { display: none; }
|
.grid-wrapper { display: none; }
|
||||||
.mobile-view { display: block; }
|
.mobile-view { display: block; }
|
||||||
|
|||||||
@@ -62,6 +62,10 @@ foreach ($theme_files as $file) {
|
|||||||
<option value=""><?= htmlspecialchars($L["category_all"] ?? 'All categories') ?></option>
|
<option value=""><?= htmlspecialchars($L["category_all"] ?? 'All categories') ?></option>
|
||||||
</select>
|
</select>
|
||||||
<button class="search-btn" onclick="toggleSearch()" title="Search">🔍</button>
|
<button class="search-btn" onclick="toggleSearch()" title="Search">🔍</button>
|
||||||
|
<div class="support-links">
|
||||||
|
<a class="copy-btn support-link support-link-github" href="https://github.com/Johnnybegood90/GridTV" target="_blank" rel="noopener" title="GitHub">GitHub</a>
|
||||||
|
<a class="copy-btn support-link support-link-coffee" href="https://buymeacoffee.com/johnnybegood320" target="_blank" rel="noopener" title="Buy Me a Coffee">Buy Me a Coffee</a>
|
||||||
|
</div>
|
||||||
<div class="live-dot"><?= htmlspecialchars($L["live"]) ?></div>
|
<div class="live-dot"><?= htmlspecialchars($L["live"]) ?></div>
|
||||||
</div>
|
</div>
|
||||||
<div class="search-bar" id="searchBar">
|
<div class="search-bar" id="searchBar">
|
||||||
|
|||||||
Reference in New Issue
Block a user