mirror of
https://github.com/stoatchat/for-legacy-web.git
synced 2026-03-07 01:15:28 +00:00
Fix Friend button styling and actions.
Can now call from friends list.
This commit is contained in:
@@ -72,16 +72,16 @@
|
||||
display: flex;
|
||||
gap: 12px;
|
||||
|
||||
> a {
|
||||
height: 40px;
|
||||
.button {
|
||||
width: 40px;
|
||||
height: 40px;
|
||||
|
||||
&:nth-child(1):hover {
|
||||
background: var(--status-online); //TOFIX: change to normal green color
|
||||
&:hover.error {
|
||||
background: var(--error);
|
||||
}
|
||||
|
||||
&:nth-child(3):hover {
|
||||
background: var(--error);
|
||||
&:hover.success {
|
||||
background: var(--success);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user