mirror of
https://github.com/rowboatlabs/rowboat.git
synced 2026-06-03 19:25:19 +02:00
Clean up agent config UX
This commit is contained in:
parent
b52e4b952b
commit
99053c4360
3 changed files with 184 additions and 229 deletions
|
|
@ -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;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue