assistant: Fine-tune error toast design (#16373)

Just some super small padding and absolute-positioning tweaks. 

---

Release Notes:

- N/A
This commit is contained in:
Danilo Leal 2024-08-16 16:56:52 -03:00 committed by GitHub
parent 35cd397a40
commit e36e605c96
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3506,7 +3506,8 @@ impl ContextEditor {
};
Some(
h_flex()
.p_3()
.px_3()
.py_2()
.border_b_1()
.border_color(cx.theme().colors().border_variant)
.bg(cx.theme().colors().editor_background)
@ -3655,8 +3656,8 @@ impl Render for ContextEditor {
this.child(
div()
.absolute()
.right_4()
.bottom_10()
.right_3()
.bottom_12()
.max_w_96()
.py_2()
.px_3()
@ -3670,8 +3671,8 @@ impl Render for ContextEditor {
this.child(
div()
.absolute()
.right_4()
.bottom_10()
.right_3()
.bottom_12()
.max_w_96()
.py_2()
.px_3()
@ -3682,12 +3683,12 @@ impl Render for ContextEditor {
.gap_0p5()
.child(
h_flex()
.gap_1()
.gap_1p5()
.items_center()
.child(Icon::new(IconName::XCircle).color(Color::Error))
.child(
Label::new("Error interacting with language model")
.weight(FontWeight::SEMIBOLD),
.weight(FontWeight::MEDIUM),
),
)
.child(