mirror of
https://github.com/zed-industries/zed.git
synced 2024-11-09 21:26:14 +03:00
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:
parent
35cd397a40
commit
e36e605c96
@ -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(
|
||||
|
Loading…
Reference in New Issue
Block a user