From 5e5fe4b7afaf456f2ef19327ec9a0e9fd1354ecf Mon Sep 17 00:00:00 2001 From: Debanjum Singh Solanky Date: Thu, 20 Jun 2024 00:23:17 +0530 Subject: [PATCH] Improve font size, spacing of conversation session on desktop app --- src/interface/desktop/chat.html | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/interface/desktop/chat.html b/src/interface/desktop/chat.html index 88ce02aa..92ea90e8 100644 --- a/src/interface/desktop/chat.html +++ b/src/interface/desktop/chat.html @@ -1892,7 +1892,7 @@ div#new-conversation { display: grid; grid-auto-flow: column; - font-size: large; + font-size: medium; text-align: left; border-bottom: 1px solid var(--main-text-color); margin: 8px 0; @@ -1910,7 +1910,7 @@ border: 1px solid var(--main-text-color); border-radius: 5px; padding: 5px; - font-size: 14px; + font-size: small; font-weight: 300; line-height: 1.5em; cursor: pointer; @@ -1918,7 +1918,6 @@ text-align: left; display: flex; position: relative; - margin: 0 8px; } .three-dot-menu {