mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2024-12-12 01:17:39 +01:00
7 lines
122 B
CSS
7 lines
122 B
CSS
|
.translation_settings .menu_button {
|
||
|
width: fit-content;
|
||
|
display: flex;
|
||
|
gap: 10px;
|
||
|
flex-direction: row;
|
||
|
}
|