Clean up agent config UX

This commit is contained in:
akhisud3195 2025-07-11 18:48:49 +05:30
parent b52e4b952b
commit 99053c4360
3 changed files with 184 additions and 229 deletions

View file

@ -64,4 +64,21 @@
.mention-type-tag.tool {
background-color: #f59e0b !important;
color: white !important;
}
/* Quill editor font size in editing mode */
.ql-editor {
font-size: 1rem !important; /* Increase base font size */
line-height: 1.6 !important; /* Adjust line height for better readability */
}
/* Keep the rendered markdown view at its original size */
.ql-editor.ql-blank::before {
font-size: 1rem !important; /* Match placeholder text size */
font-style: italic;
}
/* Ensure mentions maintain proper size */
.ql-editor .mention {
font-size: inherit !important;
}