Don't collapse bookmarks tabs

This commit is contained in:
ChristianVisintin
2020-12-27 11:05:01 +01:00
parent 6dd4cfaa3c
commit e20a78acef
+1 -1
View File
@@ -397,7 +397,7 @@ impl AuthActivity {
List::new(hosts) List::new(hosts)
.block( .block(
Block::default() Block::default()
.borders(Borders::TOP | Borders::BOTTOM | Borders::RIGHT) .borders(Borders::ALL)
.border_style(match self.input_form { .border_style(match self.input_form {
InputForm::Recents => Style::default().fg(Color::LightBlue), InputForm::Recents => Style::default().fg(Color::LightBlue),
_ => Style::default(), _ => Style::default(),