2
0
yukendev 2 жил өмнө
parent
commit
eb21e2cc37

+ 3 - 1
apps/app/src/components/Me/UISettings.tsx

@@ -101,11 +101,13 @@ export const UISettings = (): JSX.Element => {
 
       <div className="row justify-content-center">
         <div className="col-md-6">
+
           { renderSidebarModeSwitch() }
-          <div className="mt-5">
 
+          <div className="mt-5">
             { renderEditSidebarModeSwitch() }
           </div>
+
           <div>
           </div>
         </div>