Improved google gemini system instruction textarea dimensions. see #217

This commit is contained in:
mic 2025-01-06 22:24:29 +01:00
parent dc6380e654
commit 46a611da63

View file

@ -118,6 +118,11 @@ tr.conntype_google_gemini_api, tr.conntype_google_gemini_api2{
font-style: italic;
}
#google_gemini_system_instruction{
width: -moz-available;
height: 10em;
}
.api_key-container {
position: relative;
width: 100%;