From ecef40f86cd9e8a32afd102de1acb424324e0053 Mon Sep 17 00:00:00 2001 From: EvansA Date: Thu, 17 Mar 2022 10:29:17 +0300 Subject: [PATCH] Enhancement: Adjust position of chevron icon on history items' headers (#1562) --- src/app/views/sidebar/history/History.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/views/sidebar/history/History.tsx b/src/app/views/sidebar/history/History.tsx index ecbc443be..1cad5bf35 100644 --- a/src/app/views/sidebar/history/History.tsx +++ b/src/app/views/sidebar/history/History.tsx @@ -216,7 +216,7 @@ export class History extends Component { shouldFocusOnMount: true, items: buttonActions }} - styles={{root: {paddingBottom: 10, marginLeft: -1.2}}} + styles={{root: {paddingBottom: 10, marginLeft: 1}}} /> ); @@ -281,6 +281,7 @@ export class History extends Component { }} ariaLabel={collapseButtonLabel} onClick={() => this.onToggleCollapse(props)} + styles={{icon: {marginTop: '15px'}}} />