prompt template from db
This commit is contained in:
@@ -53,21 +53,6 @@ body {
|
||||
gap: 12px;
|
||||
}
|
||||
|
||||
.chat__settings {
|
||||
padding: 6px 12px;
|
||||
border-radius: 999px;
|
||||
border: 1px solid #d1d5db;
|
||||
background: #ffffff;
|
||||
color: #1f2937;
|
||||
font-weight: 600;
|
||||
font-size: 13px;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.chat__settings:hover {
|
||||
background: #f3f4f6;
|
||||
}
|
||||
|
||||
.chat__messages {
|
||||
flex: 1;
|
||||
padding: 16px 20px;
|
||||
@@ -204,18 +189,11 @@ body {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 16px;
|
||||
transform: translateX(100%);
|
||||
transition: transform 0.25s ease;
|
||||
}
|
||||
|
||||
.drawer--open {
|
||||
transform: translateX(0%);
|
||||
}
|
||||
|
||||
.drawer__header {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
gap: 12px;
|
||||
}
|
||||
|
||||
@@ -224,14 +202,6 @@ body {
|
||||
font-size: 18px;
|
||||
}
|
||||
|
||||
.drawer__close {
|
||||
border: 1px solid #d1d5db;
|
||||
background: #ffffff;
|
||||
border-radius: 8px;
|
||||
padding: 4px 8px;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.drawer__form {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
@@ -261,12 +231,3 @@ body {
|
||||
font-variant-numeric: tabular-nums;
|
||||
}
|
||||
|
||||
@media (max-width: 900px) {
|
||||
.drawer {
|
||||
position: absolute;
|
||||
right: 0;
|
||||
top: 0;
|
||||
height: 100vh;
|
||||
box-shadow: -12px 0 24px rgba(15, 23, 42, 0.08);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user