diff --git a/templates/chat.html b/templates/chat.html index ed32eda..8f14ce1 100644 --- a/templates/chat.html +++ b/templates/chat.html @@ -171,6 +171,34 @@ background: #ff4d4d; color: #fff; } + .btn-group { + position: relative; + } + .arrow { + font-size: 0.8em; + margin-left: 4px; + } + .dropdown-content { + display: none; + position: absolute; + background-color: #181a20; + min-width: 160px; + box-shadow: 0 4px 8px rgba(0,0,0,0.2); + z-index: 1; + border-radius: 8px; + margin-top: 4px; + } + .dropdown-content a { + color: #e3e3e3; + padding: 12px 16px; + text-decoration: none; + display: block; + font-size: 0.95em; + } + .dropdown-content a:hover { + background-color: #00aaff; + color: #fff; + } @media (max-width: 600px) { #container { max-width: 100%; border-radius: 0; } #chat { padding: 16px 6px 8px 6px; } @@ -186,7 +214,6 @@

Erstellt von Simon Giehl – Ihr smarter KI-Partner für Kunden- und Vertriebsinfos

-