added border to reaction buttons

This commit is contained in:
ari melody 2024-07-05 13:42:00 +01:00
parent dacabf250c
commit a9fdd913f3
Signed by: ari
GPG key ID: CF99829C92678188
2 changed files with 2 additions and 1 deletions

View file

@ -39,6 +39,6 @@
display: flex;
flex-direction: row;
flex-wrap: wrap;
gap: 2px;
gap: 4px;
}
</style>