mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-03-03 03:17:54 +01:00
11 lines
157 B
CSS
11 lines
157 B
CSS
.translation_settings .menu_button {
|
|
width: fit-content;
|
|
display: flex;
|
|
gap: 10px;
|
|
flex-direction: row;
|
|
}
|
|
|
|
#translate_chat {
|
|
order: 7;
|
|
}
|