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.
This commit is contained in:
Debanjum
2025-06-01 17:02:08 -07:00
parent 759ffc46b0
commit f95d352eb9

View File

@@ -1998,6 +1998,7 @@ button.reference-button:hover {
align-items: center; align-items: center;
/* Spread items to take available space */ /* Spread items to take available space */
justify-content: space-between; justify-content: space-between;
width: 100%;
} }
.khoj-connect-settings-header-status { .khoj-connect-settings-header-status {