optimize ux
This commit is contained in:
@@ -39,6 +39,12 @@ form, input, button, textarea {
|
||||
font-size: 0.85rem !important;
|
||||
}
|
||||
|
||||
input, textarea,select {
|
||||
background-color: #121a25 !important;
|
||||
color: #fff !important;
|
||||
border-color: #020617 !important;
|
||||
}
|
||||
|
||||
.container {
|
||||
max-width: 900px;
|
||||
margin: 0 auto;
|
||||
@@ -47,6 +53,11 @@ form, input, button, textarea {
|
||||
height: calc(100vh - 4rem);
|
||||
}
|
||||
|
||||
::placeholder {
|
||||
color: #556070 !important;
|
||||
opacity: .5; /* wichtig v. a. für Firefox */
|
||||
}
|
||||
|
||||
.header {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
@@ -62,7 +73,7 @@ form, input, button, textarea {
|
||||
flex: 1;
|
||||
overflow-y: auto;
|
||||
padding: 1rem;
|
||||
background: var(--panel);
|
||||
background: #121a25;
|
||||
border: 1px solid var(--border);
|
||||
border-radius: 6px;
|
||||
}
|
||||
@@ -81,7 +92,7 @@ form, input, button, textarea {
|
||||
}
|
||||
|
||||
.message.assistant .bubble {
|
||||
background: var(--assistant);
|
||||
background: #16202f;
|
||||
border: 1px solid var(--border);
|
||||
}
|
||||
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
<script src="/assets/js/purify.min.js"></script>
|
||||
<script src="/assets/js/base.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
<body class="bg-black">
|
||||
|
||||
<div class="container">
|
||||
<div class="header">
|
||||
|
||||
Reference in New Issue
Block a user