mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-01-20 21:41:32 +01:00
13 lines
207 B
CSS
13 lines
207 B
CSS
.mixer-div {
|
|
display: flex;
|
|
flex-direction: row;
|
|
align-items: center;
|
|
justify-content: center;
|
|
padding: 5px;
|
|
}
|
|
|
|
.audio-mute-button {
|
|
padding: 5px;
|
|
width: 50px;
|
|
height: 30px;
|
|
} |