• Updated fonts

• Platform logos changed to full size instead of icons
• Made profile pictures bigger
This commit is contained in:
nuttylmao
2025-09-06 21:52:59 +10:00
parent 7e20a30c67
commit d8b3ee772c
13 changed files with 6 additions and 5 deletions
+1 -1
View File
@@ -12,5 +12,5 @@ window.dockWrapper = document.getElementById('dock-wrapper');
dockWrapper.src = `../../.common/core/widget-dock-core${configJson}`;
dockWrapper.addEventListener('load', () => {
dockWrapper.contentWindow.content.src = window.location.href + '/contents';
dockWrapper.contentWindow.content.src = baseURL + '/contents';
});