From f95d352eb9d1b4d30342925e6c217ba8a602563b Mon Sep 17 00:00:00 2001 From: Debanjum Date: Sun, 1 Jun 2025 17:02:08 -0700 Subject: [PATCH] Ensure profile is right border aligned on khoj obsidian settings page On wide screens it wasn't taking up the header wasn't taking up the full width, so profile picture could hang out in the middle somewhere. --- src/interface/obsidian/styles.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/interface/obsidian/styles.css b/src/interface/obsidian/styles.css index b10d833f..9ef83bfe 100644 --- a/src/interface/obsidian/styles.css +++ b/src/interface/obsidian/styles.css @@ -1998,6 +1998,7 @@ button.reference-button:hover { align-items: center; /* Spread items to take available space */ justify-content: space-between; + width: 100%; } .khoj-connect-settings-header-status {