Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
43bf96405d | ||
|
|
d7560828f0 | ||
|
|
8cf3e6efa3 | ||
|
|
d9dae13a3e | ||
|
|
ff4ce5d876 | ||
|
|
4ef5bcbb48 | ||
|
|
56781be784 | ||
|
|
b5fcf5c902 | ||
|
|
3f83055198 | ||
|
|
ea7407f1d8 | ||
|
|
96601b76b6 | ||
|
|
45cf0975b0 | ||
|
|
7f500ff9ee | ||
|
|
985a417ccb | ||
|
|
6f379fd18e | ||
|
|
1402d9b5fc | ||
|
|
ad56bd85cc | ||
|
|
3d0b4796b2 | ||
|
|
4f0e1f55ba | ||
|
|
9609f096ef | ||
|
|
ff998d379d | ||
|
|
25dabc97b2 | ||
|
|
d6532d3501 | ||
|
|
874214aa41 | ||
|
|
42d161beff | ||
|
|
0c2bce40fb | ||
|
|
d57855c385 | ||
|
|
f935a82e91 | ||
|
|
8e3dc664ed | ||
|
|
804bb96e07 | ||
|
|
7f23ba92ad | ||
|
|
5fd4eb8a5c | ||
|
|
da501bccc7 | ||
|
|
8a465dc6da | ||
|
|
2d4d8c031e | ||
|
|
aac2b4404f | ||
|
|
e924c945d6 | ||
|
|
d7617bfeaa | ||
|
|
2b201b7ec3 | ||
|
|
14ddd411b0 | ||
|
|
d81e8d70c8 | ||
|
|
c6e147ab93 | ||
|
|
9c3f8793af | ||
|
|
c97d19fa99 | ||
|
|
dae8bd4634 | ||
|
|
e9870a091a | ||
|
|
2f65082aad | ||
|
|
fa27a8481d | ||
|
|
9bf4b74504 | ||
|
|
327cf3d592 | ||
|
|
eb5fb827ae | ||
|
|
2127dfb551 | ||
|
|
57fef35cab | ||
|
|
416ebf04e1 | ||
|
|
ea71c92c2c | ||
|
|
552bcf62a7 |
@@ -1,15 +0,0 @@
|
||||
# These are supported funding model platforms
|
||||
|
||||
github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2]
|
||||
patreon: # Replace with a single Patreon username
|
||||
open_collective: # Replace with a single Open Collective username
|
||||
ko_fi: # Replace with a single Ko-fi username
|
||||
tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel
|
||||
community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry
|
||||
liberapay: # Replace with a single Liberapay username
|
||||
issuehunt: # Replace with a single IssueHunt username
|
||||
lfx_crowdfunding: # Replace with a single LFX Crowdfunding project-name e.g., cloud-foundry
|
||||
polar: # Replace with a single Polar username
|
||||
buy_me_a_coffee: johnnybegood320 # Replace with a single Buy Me a Coffee username
|
||||
thanks_dev: # Replace with a single thanks.dev username
|
||||
custom: # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2']
|
||||
+2
-30
@@ -7,7 +7,6 @@
|
||||
border-bottom: 1px solid var(--border);
|
||||
display: flex;
|
||||
align-items: center;
|
||||
flex-wrap: nowrap;
|
||||
padding: 0 16px;
|
||||
gap: 12px;
|
||||
flex-shrink: 0;
|
||||
@@ -26,14 +25,6 @@
|
||||
.logo span { color: var(--text-dim); margin: 0 5px; }
|
||||
.logo-sub { display: inline; }
|
||||
|
||||
.topbar-right {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 8px;
|
||||
margin-left: auto;
|
||||
flex-shrink: 0;
|
||||
}
|
||||
|
||||
.live-dot {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
@@ -42,6 +33,7 @@
|
||||
font-family: 'Share Tech Mono', monospace;
|
||||
color: var(--accent-live);
|
||||
letter-spacing: 0.1em;
|
||||
margin-left: auto;
|
||||
flex-shrink: 0;
|
||||
}
|
||||
.live-dot::before {
|
||||
@@ -125,24 +117,6 @@
|
||||
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
|
||||
@@ -194,8 +168,7 @@
|
||||
.category-filter:hover { border-color: var(--accent2); color: var(--accent2); }
|
||||
.category-filter option { background: #111; color: #eee; font-family: sans-serif; }
|
||||
|
||||
@media (max-width: 600px) {
|
||||
body { overflow: hidden; }
|
||||
body { overflow: hidden; }
|
||||
|
||||
.topbar {
|
||||
height: auto;
|
||||
@@ -206,7 +179,6 @@
|
||||
.logo { font-size: 11px; }
|
||||
.clock { font-size: 14px; }
|
||||
.category-filter { max-width: 100%; }
|
||||
.topbar-right { width: 100%; justify-content: space-between; }
|
||||
|
||||
.grid-wrapper { display: none; }
|
||||
.mobile-view { display: block; }
|
||||
|
||||
+1
-7
@@ -62,13 +62,7 @@ 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="topbar-right">
|
||||
<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="live-dot"><?= htmlspecialchars($L["live"]) ?></div>
|
||||
</div>
|
||||
<div class="search-bar" id="searchBar">
|
||||
<input class="search-input" id="searchInput" type="text" placeholder="<?= htmlspecialchars($L["search_placeholder"]) ?>" oninput="onSearchInput(this.value)" />
|
||||
|
||||
Reference in New Issue
Block a user