mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-02-03 04:37:40 +01:00
Transition only opacity on send form buttons
This commit is contained in:
parent
e3ec65fd31
commit
e0ba516551
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user