diff --git a/chat.html b/chat.html index 0074fc4..ff57bdc 100644 --- a/chat.html +++ b/chat.html @@ -149,6 +149,24 @@ outline: none; border-color: var(--bg-user-message); } + + .submit { + anchor-name: --submit; + } + + .model-selector { + position: absolute; + position-anchor: --submit; + bottom: anchor(top); + right: anchor(right); + } + .model-opt__label { + display: block; + } + + details { + cursor: pointer; + }
@@ -157,17 +175,45 @@ +