Updated UI layout to have the Radarr logo on the right and shrunk the context row so the managarr UI looks better on 16:9 aspect ratio systems as well as 16:10
This commit is contained in:
+2
-2
@@ -33,7 +33,7 @@ pub fn ui<B: Backend>(f: &mut Frame<'_, B>, app: &mut App) {
|
||||
vec![
|
||||
Constraint::Length(3),
|
||||
Constraint::Length(3),
|
||||
Constraint::Length(16),
|
||||
Constraint::Length(10),
|
||||
Constraint::Length(0),
|
||||
],
|
||||
f.size(),
|
||||
@@ -47,7 +47,7 @@ pub fn ui<B: Backend>(f: &mut Frame<'_, B>, app: &mut App) {
|
||||
vertical_chunks_with_margin(
|
||||
vec![
|
||||
Constraint::Length(3),
|
||||
Constraint::Length(16),
|
||||
Constraint::Length(10),
|
||||
Constraint::Length(0),
|
||||
],
|
||||
f.size(),
|
||||
|
||||
Reference in New Issue
Block a user