diff --git a/src/khoj/interface/web/base_config.html b/src/khoj/interface/web/base_config.html index b22960aa..b3a5a3a3 100644 --- a/src/khoj/interface/web/base_config.html +++ b/src/khoj/interface/web/base_config.html @@ -296,6 +296,20 @@ height: 32px; } + div#notification-banner { + background-color: var(--primary); + border: 1px solid var(--primary-hover); + padding: 8px; + box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.1),0px 1px 2px -1px rgba(0,0,0,0.8); + } + + div#notification-banner-parent { + position: fixed; + right: 0; + bottom: 0; + margin: 20px; + } + select#search-models, select#chat-models { margin-bottom: 0; diff --git a/src/khoj/interface/web/config.html b/src/khoj/interface/web/config.html index 6aeeb426..11c78fc1 100644 --- a/src/khoj/interface/web/config.html +++ b/src/khoj/interface/web/config.html @@ -150,7 +150,7 @@