Transition only opacity on send form buttons

This commit is contained in:
Cohee 2024-05-30 18:01:04 +03:00
parent e3ec65fd31
commit e0ba516551
1 changed files with 1 additions and 2 deletions

View File

@ -656,12 +656,11 @@ body .panelControlBar {
outline: none;
border: none;
cursor: pointer;
transition: 0.3s;
opacity: 0.7;
display: flex;
align-items: center;
justify-content: center;
transition: all 300ms;
transition: opacity 300ms;
}
#rightSendForm>div:hover,