fix samidys chud styling

This commit is contained in:
edideaur 2026-03-12 20:18:24 +00:00
parent ed6753d15e
commit eb3c7f75c8

View file

@ -1285,12 +1285,7 @@
</p> </p>
<div style="margin-bottom: 1rem"> <div style="margin-bottom: 1rem">
<label style="display: block; margin-bottom: 0.5rem; font-size: 0.9rem">PocketBase URL</label> <label style="display: block; margin-bottom: 0.5rem; font-size: 0.9rem">PocketBase URL</label>
<input <input type="url" id="custom-pb-url" class="template-input" placeholder="https://data.samidy.xyz" />
type="url"
id="custom-pb-url"
class="template-input"
placeholder="https://data.samidy.xyz"
/>
</div> </div>
<div style="margin-bottom: 1rem"> <div style="margin-bottom: 1rem">
<label style="display: block; margin-bottom: 0.5rem; font-size: 0.9rem">Appwrite Endpoint</label> <label style="display: block; margin-bottom: 0.5rem; font-size: 0.9rem">Appwrite Endpoint</label>
@ -1752,7 +1747,8 @@
</div> </div>
<div style="text-align: center; padding-top: 1rem; border-top: 1px solid var(--border)"> <div style="text-align: center; padding-top: 1rem; border-top: 1px solid var(--border)">
<p style="font-size: 0.9rem; color: var(--muted-foreground); margin-bottom: 0.5rem"> <p style="font-size: 0.9rem; color: var(--muted-foreground); margin-bottom: 0.5rem">
If you cannot financially support us, please consider starring the project on GitHub and sharing with friends! If you cannot financially support us, please consider starring the project on GitHub and sharing
with friends!
</p> </p>
<a <a
href="https://github.com/monochrome-music/monochrome" href="https://github.com/monochrome-music/monochrome"
@ -2275,9 +2271,9 @@
<div id="home-content" style="display: none"> <div id="home-content" style="display: none">
<section class="content-section"> <section class="content-section">
<div class="header-actions"> <div class="section-header-row">
<h2 class="section-title">Recommended Songs</h2> <div style="display: flex; gap: 12px; align-items: center; flex-wrap: wrap">
<div style="display: flex; gap: 8px"> <h2 class="section-title">Recommended Songs</h2>
<button <button
class="btn-primary" class="btn-primary"
id="home-start-infinite-radio-btn" id="home-start-infinite-radio-btn"
@ -2309,23 +2305,28 @@
</svg> </svg>
Start Infinite Radio Start Infinite Radio
</button> </button>
<button class="btn-secondary" id="refresh-songs-btn" title="Refresh">
<svg
xmlns="http://www.w3.org/2000/svg"
width="16"
height="16"
viewBox="0 0 24 24"
fill="none"
stroke="currentColor"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
>
<path d="M21 12a9 9 0 1 1-9-9c2.52 0 4.93 1 6.74 2.74L21 8" />
<path d="M21 3v5h-5" />
</svg>
</button>
</div> </div>
<button
class="btn-secondary"
id="refresh-songs-btn"
title="Refresh"
style="padding: 4px 8px"
>
<svg
xmlns="http://www.w3.org/2000/svg"
width="16"
height="16"
viewBox="0 0 24 24"
fill="none"
stroke="currentColor"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
>
<path d="M21 12a9 9 0 1 1-9-9c2.52 0 4.93 1 6.74 2.74L21 8"></path>
<path d="M21 3v5h-5"></path>
</svg>
</button>
</div> </div>
<div class="track-list" id="home-recommended-songs"></div> <div class="track-list" id="home-recommended-songs"></div>
</section> </section>
@ -5660,9 +5661,7 @@
<br /> <br />
<h4 style="text-align: center; padding-top: 15px; color: #8b8b93"> <h4 style="text-align: center; padding-top: 15px; color: #8b8b93">
The App is still in Beta. Please report any issues in our The App is still in Beta. Please report any issues in our
<a href="discord.html" style="text-decoration: underline" <a href="discord.html" style="text-decoration: underline">Discord server.</a>
>Discord server.</a
>
</h4> </h4>
</div> </div>
</div> </div>