diff --git a/css/dialogs.css b/css/dialogs.css index 42df20d5..cc3761c4 100644 --- a/css/dialogs.css +++ b/css/dialogs.css @@ -758,6 +758,10 @@ dialog#about .multi_column_list { column-count: 3; } + .special_thanks_mentions li { + line-height: 18px; + margin-bottom: 8px; + } /*Specific Dialogs*/ .dialog#texture_edit p.multiline_text { diff --git a/js/edit_sessions.js b/js/edit_sessions.js index e6a75db3..7d6864df 100644 --- a/js/edit_sessions.js +++ b/js/edit_sessions.js @@ -210,7 +210,8 @@ class EditSession { before: omitKeys(entry.before, ['aspects']), post: omitKeys(entry.post, ['aspects']), save_history: entry.save_history, - action: entry.action + action: entry.action, + time: entry.time || Date.now() } this.sendAll('edit', JSON.stringify(new_entry)) } diff --git a/js/interface/about.js b/js/interface/about.js index f5d0fc37..a7693a94 100644 --- a/js/interface/about.js +++ b/js/interface/about.js @@ -75,13 +75,13 @@ BARS.defineActions(() => {

Created by Jannis Petersen

A free and open-source low-poly model editor. To make 3D art easy and accessible for everyone. - For all who enjoy stylied 3D art. For game developers, students, content creators, and for the Minecraft community.

+ For all who enjoy stylized 3D art. For game developers, students, content creators, and for the Minecraft community.

SPECIAL THANKS TO

-