Huge refactor, submission system addition & security improvements. +Implementation of moderation cmds.
This commit is contained in:
@@ -64,6 +64,13 @@
|
||||
<button onclick={submit} disabled={loading}>
|
||||
{loading ? 'Loading...' : '[ Unlock ]'}
|
||||
</button>
|
||||
|
||||
<details class="misc-section">
|
||||
<summary>[ Misc ]</summary>
|
||||
<div class="misc-content">
|
||||
<a href="https://t.me/harmfulmeowbot?start=report" target="_blank" rel="noopener">Report Content</a>
|
||||
</div>
|
||||
</details>
|
||||
</div>
|
||||
|
||||
<footer>
|
||||
@@ -135,4 +142,31 @@
|
||||
margin-top: 12px;
|
||||
color: #777;
|
||||
}
|
||||
.misc-section {
|
||||
margin-top: 8px;
|
||||
border: 2px solid var(--retro-border);
|
||||
padding: 8px 12px;
|
||||
background: #f5f5f5;
|
||||
}
|
||||
.misc-section summary {
|
||||
font-family: 'Press Start 2P', cursive;
|
||||
font-size: 0.55rem;
|
||||
color: var(--retro-green);
|
||||
cursor: pointer;
|
||||
user-select: none;
|
||||
}
|
||||
.misc-content {
|
||||
margin-top: 8px;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 6px;
|
||||
}
|
||||
.misc-content a {
|
||||
font-size: 0.9rem;
|
||||
color: var(--retro-green);
|
||||
text-decoration: none;
|
||||
}
|
||||
.misc-content a:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user