Add FCM device registration and Gitea bug reporter
This commit is contained in:
@@ -592,3 +592,20 @@ h1, .page-title h1 {
|
||||
color: var(--muted);
|
||||
font-size: 0.85rem;
|
||||
}
|
||||
|
||||
.native-push-panel { padding:16px; margin:16px 0; border:1px solid var(--border); border-radius:10px; background:var(--surface); }
|
||||
.native-push-panel .button { margin:4px 8px 4px 0; }
|
||||
.bug-report-section { max-width:820px; margin:0 auto; }
|
||||
.bug-report-form { display:grid; gap:10px; max-width:none; }
|
||||
.bug-report-form input:not([type="checkbox"]):not([type="hidden"]),
|
||||
.bug-report-form textarea, .bug-report-form select { width:100%; margin:0; padding:12px; border:1px solid var(--border); border-radius:8px; background:#101010; color:var(--text); font:inherit; }
|
||||
.bug-report-form textarea { resize:vertical; }
|
||||
.bug-report-options { display:grid; grid-template-columns:1fr 1fr; gap:16px; }
|
||||
.bug-report-options label { display:grid; gap:8px; }
|
||||
.bug-report-form .bug-context { display:flex; align-items:flex-start; gap:10px; margin-top:14px; }
|
||||
.bug-context input { width:auto; margin-top:3px; }
|
||||
.bug-help { color:var(--muted); font-size:.9rem; margin:0 0 8px; overflow-wrap:anywhere; }
|
||||
.bug-error { color:#fca5a5; }
|
||||
.bug-success { color:#bbf7d0; }
|
||||
.bug-report-form button:disabled { opacity:.6; cursor:wait; }
|
||||
@media(max-width:600px) { .bug-report-options { grid-template-columns:1fr; } }
|
||||
|
||||
Reference in New Issue
Block a user