Checks before removing objects

This commit is contained in:
2023-03-10 20:03:21 +01:00
parent 8c61638485
commit 02980bbad5
7 changed files with 36 additions and 2 deletions
+1 -1
View File
@@ -210,7 +210,7 @@ div.error, div.warning, div.info, div.note {
margin: 1em 0 0 0;
border-radius: 12px;
width: 750px;
animation: fadeout 10s 2s forwards;
animation: fadeout 2s 10s forwards;
}
div.error {
border: 1px solid #8b0000;