runtime viewer fixes (#18512)

This commit is contained in:
Kashargul
2025-09-17 14:20:51 +02:00
committed by GitHub
parent 40ac2309c8
commit f4714c5489
8 changed files with 20 additions and 9 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ GLOBAL_DATUM(error_cache, /datum/error_viewer/error_cache)
var/name = ""
/datum/error_viewer/proc/browse_to(client/user, html)
var/datum/browser/browser = new(user.mob, "error_viewer", null, 600, 400)
var/datum/browser/browser = new(user.mob, "error_viewer", null, 800, 400)
browser.set_content(html)
browser.set_head_content({"
<style>