Don't collapse bookmarks tabs

This commit is contained in:
ChristianVisintin
2020-12-27 11:05:01 +01:00
parent 6dd4cfaa3c
commit e20a78acef

View File

@@ -397,7 +397,7 @@ impl AuthActivity {
List::new(hosts)
.block(
Block::default()
.borders(Borders::TOP | Borders::BOTTOM | Borders::RIGHT)
.borders(Borders::ALL)
.border_style(match self.input_form {
InputForm::Recents => Style::default().fg(Color::LightBlue),
_ => Style::default(),