added border to reaction buttons
This commit is contained in:
parent
dacabf250c
commit
a9fdd913f3
|
@ -39,6 +39,6 @@
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
gap: 2px;
|
gap: 4px;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
|
@ -49,6 +49,7 @@
|
||||||
border-radius: 8px;
|
border-radius: 8px;
|
||||||
transition: background-color .1s, color .1s;
|
transition: background-color .1s, color .1s;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
border: 1px solid var(--bg-700);
|
||||||
}
|
}
|
||||||
|
|
||||||
button.active {
|
button.active {
|
||||||
|
|
Loading…
Reference in a new issue