css correctly imported. labels width fixed. see #102

This commit is contained in:
mic 2026-01-02 09:44:50 +01:00
parent 7f2c3b422f
commit 0fb95121a4
3 changed files with 5 additions and 5 deletions

View file

@ -37,6 +37,10 @@ textarea.option-textarea{
height: 10em;
}
label{
width: -moz-available;
}
.api_key-container {
position: relative;
width: 100%;

View file

@ -376,9 +376,4 @@ input.input_additional[type="text"]{
background-color: #0f2437;
}
@media (prefers-color-scheme: dark) {
.api_key-container .toggle-icon img {
filter: invert(1);
}
}
}

View file

@ -4,6 +4,7 @@
<meta charset="UTF-8">
<title>ThunderAI - __MSG_customPrompts_managePrompts__</title>
<link rel="stylesheet" href="mzta-custom-prompts.css">
<link rel="stylesheet" href="../_lib/connection-ui.css">
<link rel="icon" href="../../images/icon-16px.png">
</head>
<body>