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);
|
||||
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
|
||||
@@ -179,6 +197,7 @@
|
||||
.logo { font-size: 11px; }
|
||||
.clock { font-size: 14px; }
|
||||
.category-filter { max-width: 100%; }
|
||||
.support-links { width: 100%; }
|
||||
|
||||
.grid-wrapper { display: none; }
|
||||
.mobile-view { display: block; }
|
||||
|
||||
@@ -62,6 +62,10 @@ foreach ($theme_files as $file) {
|
||||
<option value=""><?= htmlspecialchars($L["category_all"] ?? 'All categories') ?></option>
|
||||
</select>
|
||||
<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>
|
||||
<div class="search-bar" id="searchBar">
|
||||
|
||||
Reference in New Issue
Block a user