mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Fix Safari preselect API and inflated <br> blocks
This commit is contained in:
@@ -3937,6 +3937,7 @@ async function getSettings(type) {
|
|||||||
//Load which API we are using
|
//Load which API we are using
|
||||||
if (settings.main_api != undefined) {
|
if (settings.main_api != undefined) {
|
||||||
main_api = settings.main_api;
|
main_api = settings.main_api;
|
||||||
|
$('#main_api').val(main_api);
|
||||||
$("#main_api option[value=" + main_api + "]").attr(
|
$("#main_api option[value=" + main_api + "]").attr(
|
||||||
"selected",
|
"selected",
|
||||||
"true"
|
"true"
|
||||||
|
@@ -835,7 +835,7 @@ body.big-avatars .avatar img {
|
|||||||
}
|
}
|
||||||
|
|
||||||
br {
|
br {
|
||||||
display: block;
|
display: contents;
|
||||||
margin: 3px 0;
|
margin: 3px 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user