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
|
||||
if (settings.main_api != undefined) {
|
||||
main_api = settings.main_api;
|
||||
$('#main_api').val(main_api);
|
||||
$("#main_api option[value=" + main_api + "]").attr(
|
||||
"selected",
|
||||
"true"
|
||||
|
@@ -835,7 +835,7 @@ body.big-avatars .avatar img {
|
||||
}
|
||||
|
||||
br {
|
||||
display: block;
|
||||
display: contents;
|
||||
margin: 3px 0;
|
||||
}
|
||||
|
||||
@@ -4497,4 +4497,4 @@ body.waifuMode #avatar_zoom_popup {
|
||||
overflow-y: auto;
|
||||
overflow-x: hidden;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user