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:
2023-08-08 10:50:06 -06:00
parent 7a45aee126
commit b9771ab108
2 changed files with 101 additions and 93 deletions
+2 -2
View File
@@ -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(),