diff --git a/webroot/main.js b/webroot/main.js index 1020d879..9bbdd297 100644 --- a/webroot/main.js +++ b/webroot/main.js @@ -1777,8 +1777,8 @@ async function openDm(dmId, username, targetId) { currentDmId = dmId; let pfp = await getAvatarUrl(targetId, username); - let iconHtml = ``; - await switchRoomContent(username.split(':')[0], chatScreen, false, iconHtml); + let iconHtml = ``; + await switchRoomContent(username.split(':')[0], chatScreen, true, iconHtml); let msgContainer = document.getElementById("chat-messages"); if (msgContainer) { diff --git a/webroot/screens.js b/webroot/screens.js index 67111acb..2dc7189f 100644 --- a/webroot/screens.js +++ b/webroot/screens.js @@ -136,8 +136,10 @@ var chatScreen = `
-
diff --git a/webroot/style.css b/webroot/style.css index f6631631..f39af177 100644 --- a/webroot/style.css +++ b/webroot/style.css @@ -148,7 +148,7 @@ indicator.active { width: calc(var(--icon-button-height) - (var(--border-width) * 2)); height: calc(var(--icon-button-height) - (var(--border-width) * 2)); pointer-events: none !important; - border-radius: 0.6rem; + border-radius: 0.65rem; } roomcontent { @@ -605,7 +605,7 @@ space{ .room-pfp { width: 2.2rem; height: 2.2rem; - border-radius: 0.6rem; + border-radius: 0.65rem; border: var(--border-width) solid rgba(255, 255, 255, 0.2); object-fit: cover; pointer-events: none;