mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Transition only opacity on send form buttons
This commit is contained in:
@@ -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,
|
||||
|
Reference in New Issue
Block a user