Feat : add game deletion

This commit is contained in:
2024-08-27 12:05:17 +02:00
parent 0fb4877266
commit b5d89d4fe9
3 changed files with 35 additions and 1 deletions
+8
View File
@@ -71,6 +71,10 @@ button.yellow {
background-color: rgba(255, 165, 0, 0.7);
}
button.red {
background-color: rgba(255, 0, 0, 0.7);
}
button:hover:enabled {
background-color: #45a049;
}
@@ -78,6 +82,10 @@ button.yellow:hover {
background-color: rgba(255, 165, 0, 0.8);
}
button.red:hover {
background-color: rgba(255, 0, 0, 0.8);
}
#__nuxt {
height: 100%;
user-select: none;