From af0081569155e03d103d3ebd5915145c180d699a Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Mon, 16 Nov 2020 15:43:04 +0300 Subject: Merge css fixes from legacy app --- vnext/src/App.js | 130 ++++++++++++++++++++++++++++--------------------------- 1 file changed, 67 insertions(+), 63 deletions(-) (limited to 'vnext/src/App.js') diff --git a/vnext/src/App.js b/vnext/src/App.js index 91adf0b9..c3d4e5aa 100644 --- a/vnext/src/App.js +++ b/vnext/src/App.js @@ -149,70 +149,74 @@ export default function App() { return ( <>
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
+
{ - visitor.uid > 0 && - - } + visitor.uid > 0 && + + } +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
); } -- cgit v1.2.3