Selaa lähdekoodia

fix toolbar bad devices config

amenpunk 3 vuotta sitten
vanhempi
sitoutus
e2311e1be7
4 muutettua tiedostoa jossa 7 lisäystä ja 29 poistoa
  1. 1 1
      Jenkinsfile
  2. 2 24
      src/App.css
  3. 0 1
      src/Components/Dashboard.js
  4. 4 3
      src/Css/all.css

+ 1 - 1
Jenkinsfile

@@ -40,7 +40,7 @@ pipeline {
                                     sshTransfer(
                                         sourceFiles: "build/**",
                                         removePrefix: "",
-                                        remoteDirectory: "psicoadmin/",
+                                        remoteDirectory: "psicoadmin/"
                                     )
                                 ]
                             )

+ 2 - 24
src/App.css

@@ -64,10 +64,9 @@
 }
 
 .MuiContainer-root{
-    margin-top : 45px !important;
+    margin-top : 90px !important;
     max-width : 1777px !important;
-    padding-left: 0px !important;
-    padding-right: 0px !important;
+    padding : 0px;
 }
 
 .panel_card{
@@ -191,11 +190,6 @@
     display: flex;
 }
 
-.css-11bfvty-MuiToolbar-root-MuiTablePagination-toolbar{
-    padding-top: 10px;
-    align-items: baseline !important;
-}
-
 .contras_operation{
     display : flex;
     flex-direction:row;
@@ -205,19 +199,3 @@
     font-size:14px;
 }
 
-
-.css-1t29gy6-MuiToolbar-root{
-    padding-left: 0px !important;
-    padding-right: 0 !important;
-}
-
-.css-12jypm1-MuiToolbar-root {
-    padding-left : 20px !important;
-}
-
-.css-hyum1k-MuiToolbar-root{
-    padding-left: 0 !important;
-    padding-right: 0 !important;
-}
-
-

+ 0 - 1
src/Components/Dashboard.js

@@ -249,7 +249,6 @@ function DashboardContent() {
                     </List>
                 </Drawer>
                 {/* <Box component="main" sx={{ backgroundColor: (theme) => theme.palette.mode === 'light' ? theme.palette.grey[100] : theme.palette.grey[900], flexGrow: 1, height: '100vh', overflow: 'auto', }} > */}
-                    <Toolbar />
                     <Container maxWidth="lg" sx={{ mt: 2 , mb: 2 }}>
                         <Outlet/>
                         <Footer/>

+ 4 - 3
src/Css/all.css

@@ -14,8 +14,8 @@
 body {
     -webkit-font-smoothing: antialiased;
     max-width: 100%;
-    position: relative;
-    margin: 0 auto;
+    /* position: relative; */
+    /* margin: 0 auto; */
     font-family: 'gudea' !important;
     background: #f1f1f1 !important;
 }
@@ -216,8 +216,9 @@ a.article:hover {
 .content-section {
     background-color : #f1f1f1;
     /* padding: 70px 50px; */
-    padding: 70px 10px;
+    /* padding: 70px 10px; */
 }
+
 .nav-item a i{
     color: #212529;
 }