feat(pad-settings): added possibility to delete pad by the creator (#6730)

This commit is contained in:
SamTV12345 2024-10-28 21:56:10 +01:00 committed by GitHub
parent ac4489875f
commit 1e3a61e5fb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 84 additions and 15 deletions

View file

@ -81,3 +81,7 @@
.skin-variant-container {
text-transform: capitalize;
}
#delete-pad {
background-color: #ff7b72;
}