Insert new tabs below active tab

This commit is contained in:
2026-05-07 18:53:24 -04:00
parent b787486f8e
commit e9ef92c41b
4 changed files with 60 additions and 12 deletions
+1 -6
View File
@@ -257,12 +257,7 @@ impl ElyShell {
.text_color(rgb(colors::INK))
.child(tab.title().to_string()),
)
.child(
div()
.text_xs()
.text_color(rgb(colors::MUTED))
.child(tab.url().as_str().to_string()),
)
.child(div().text_xs().text_color(rgb(colors::MUTED)).child(tab.display_url()))
.into_any_element()
}
}