Round corners in the chat panel's input editor

This commit is contained in:
Antonio Scandurra
2021-09-03 09:49:47 +02:00
parent 522bef2e3a
commit ec36d818c0
4 changed files with 15 additions and 4 deletions
+1 -1
View File
@@ -37,7 +37,7 @@ impl Sidebar {
side,
items: Default::default(),
active_item_ix: None,
width: Rc::new(RefCell::new(100.)),
width: Rc::new(RefCell::new(200.)),
}
}