fix(frontend): drop the three .modal-overlay copies left after the modal canon move #121

Merged
bvandeusen merged 1 commits from dev into main 2026-08-21 12:58:25 -04:00
3 changed files with 0 additions and 26 deletions
@@ -515,11 +515,4 @@ async function confirmDelete() {
}
.skel-row--short { width: 65%; }
/* ── Modal ────────────────────────────────────────────────────── */
.modal-overlay {
position: fixed; inset: 0;
background: var(--fs-overlay);
display: flex; align-items: center; justify-content: center;
z-index: 200;
}
</style>
-10
View File
@@ -559,16 +559,6 @@ function overallPct(project: Project): { total: number; pct: number } {
color: var(--fs-text-tertiary);
}
/* Modal */
.modal-overlay {
position: fixed;
inset: 0;
background: var(--fs-overlay);
display: flex;
align-items: center;
justify-content: center;
z-index: 200;
}
.modal-card {
max-width: 480px;
display: flex;
-9
View File
@@ -903,15 +903,6 @@ function usageTitle(s: SnippetListItem): string {
}
/* Merge modal */
.modal-overlay {
position: fixed;
inset: 0;
background: var(--fs-overlay);
display: flex;
align-items: center;
justify-content: center;
z-index: 200;
}
.modal-card {
max-width: 460px;
display: flex;