Use modal to show detailed stats instead of alert

This commit is contained in:
Hugh Nimmo-Smith
2024-12-18 17:28:24 +00:00
parent 5ccd840a9b
commit 2c1676be41
2 changed files with 52 additions and 11 deletions

View File

@@ -0,0 +1,14 @@
/*
Copyright 2024 New Vector Ltd.
SPDX-License-Identifier: AGPL-3.0-only
Please see LICENSE in the repository root for full details.
*/
.modal pre {
font-size: var(--font-size-micro);
}
.icon {
color: var(--cpd-color-text-primary);
}