mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-01-22 07:26:23 +01:00
22 lines
315 B
CSS
22 lines
315 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;
|
|
}
|
|
|
|
.audio-mute-button-muted {
|
|
color: red;
|
|
}
|
|
|
|
#audio_refresh_assets {
|
|
width: 50px;
|
|
height: 30px;
|
|
} |