Feat : add Leave, kick and game configuration

This commit is contained in:
2024-08-27 11:51:31 +02:00
parent ddcb6c6849
commit 0fb4877266
10 changed files with 243 additions and 46 deletions
+11
View File
@@ -67,6 +67,17 @@ button:disabled {
cursor: not-allowed;
}
button.yellow {
background-color: rgba(255, 165, 0, 0.7);
}
button:hover:enabled {
background-color: #45a049;
}
button.yellow:hover {
background-color: rgba(255, 165, 0, 0.8);
}
#__nuxt {
height: 100%;
user-select: none;