File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed
Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -282,6 +282,8 @@ function editBurg(id) {
282282 container . innerHTML = "" ;
283283 const object = document . createElement ( "object" ) ;
284284 object . style . width = "100%" ;
285+ object . style . maxWidth = "60vw" ;
286+ object . style . maxHeight = "60vh" ;
285287 object . data = preview ;
286288 container . insertBefore ( object , null ) ;
287289 }
Original file line number Diff line number Diff line change 1616 * For the changes that may be interesting to end users, update the `latestPublicChanges` array below (new changes on top).
1717 */
1818
19- const VERSION = "1.114.1 " ;
19+ const VERSION = "1.114.2 " ;
2020if ( parseMapVersion ( VERSION ) !== VERSION ) alert ( "versioning.js: Invalid format or parsing function" ) ;
2121
2222{
Original file line number Diff line number Diff line change 85708570 <script defer src="modules/ui/rivers-creator.js?v=1.106.0"></script>
85718571 <script defer src="modules/ui/relief-editor.js?v=1.99.00"></script>
85728572 <script defer src="modules/ui/burg-group-editor.js?v=1.109.5"></script>
8573- <script defer src="modules/ui/burg-editor.js?v=1.106.6 "></script>
8573+ <script defer src="modules/ui/burg-editor.js?v=1.114.2 "></script>
85748574 <script defer src="modules/ui/units-editor.js?v=1.108.12"></script>
85758575 <script defer src="modules/ui/notes-editor.js?v=1.107.3"></script>
85768576 <script defer src="modules/ui/ai-generator.js?v=1.108.8"></script>
You can’t perform that action at this time.
0 commit comments