From 0dac1e77b7443491eca80c0a4d514977748d3c6a Mon Sep 17 00:00:00 2001 From: olzzon Date: Mon, 8 Jun 2020 12:12:06 +0200 Subject: [PATCH] fix: css - "Load mixer preset" was not centered --- client/components/RoutingStorage.tsx | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/client/components/RoutingStorage.tsx b/client/components/RoutingStorage.tsx index 3b1aa131..4cb3fad9 100644 --- a/client/components/RoutingStorage.tsx +++ b/client/components/RoutingStorage.tsx @@ -149,18 +149,20 @@ class Storage extends React.PureComponent {

LOAD ROUTING :

{window.mixerPresetList.length > 0 ? ( -
+ +

LOAD MIXER PRESET :

-
+ ) : null} {window.ccgFileList.length > 0 ? ( -
+ +

LOAD CASPARCG :

-
+ ) : null} )