enhance: display a warning button for the demo graph

This commit is contained in:
Tienson Qin
2021-08-26 00:17:49 +08:00
parent 6e3d09d9f9
commit 3c4ad523a8
3 changed files with 16 additions and 4 deletions

View File

@@ -31,6 +31,11 @@
a.button {
margin: 0 4px;
}
svg.warning {
transform: scale(0.6);
color: red;
}
}
.is-electron.is-mac .cp__header {