Added description to model list and change it to JSON file

This commit is contained in:
jeffser
2024-06-25 00:36:02 -06:00
parent 8bf8ca1b90
commit ce3dce4c67
7 changed files with 9 additions and 18 deletions

View File

@@ -1,7 +0,0 @@
.message .delete-message-button {
opacity: 0;
transition: opacity .05s;
}
.message:hover .delete-message-button {
opacity: 1;
}