mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2024-12-08 15:35:26 +01:00
8 lines
144 B
CSS
8 lines
144 B
CSS
|
.chromadb_settings .menu_button {
|
||
|
width: fit-content;
|
||
|
display: flex;
|
||
|
gap: 10px;
|
||
|
align-items: center;
|
||
|
flex-direction: row;
|
||
|
}
|