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>

View file

@ -49,6 +49,7 @@
border-radius: 8px;
transition: background-color .1s, color .1s;
cursor: pointer;
border: 1px solid var(--bg-700);
}
button.active {