Version 1.0.3 - Fix du style et de la responsive
	
		
			
	
		
	
	
		
	
		
			All checks were successful
		
		
	
	
		
			
				
	
				Neutral/pipeline/head This commit looks good
				
			
		
		
	
	
				
					
				
			
		
			All checks were successful
		
		
	
	Neutral/pipeline/head This commit looks good
				
			This commit is contained in:
		@@ -1,6 +1,6 @@
 | 
			
		||||
{
 | 
			
		||||
  "name": "neutral",
 | 
			
		||||
  "version": "1.0.2",
 | 
			
		||||
  "version": "1.0.3",
 | 
			
		||||
  "description": "Panel d'administration de Raphix",
 | 
			
		||||
  "main": "index.js",
 | 
			
		||||
  "scripts": {
 | 
			
		||||
 
 | 
			
		||||
@@ -712,11 +712,8 @@ a {
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
/* ===== Scrollbar CSS ===== */
 | 
			
		||||
  /* Firefox */
 | 
			
		||||
  * {
 | 
			
		||||
    scrollbar-width: auto;
 | 
			
		||||
    scrollbar-color: #ff5d51 #ffffff;
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
  /* Chrome, Edge, and Safari */
 | 
			
		||||
  *::-webkit-scrollbar {
 | 
			
		||||
@@ -1265,8 +1262,8 @@ a {
 | 
			
		||||
    display: flex;
 | 
			
		||||
    flex-direction: column;
 | 
			
		||||
    gap: 10px;
 | 
			
		||||
    align-items: center;
 | 
			
		||||
    font-size: 14px;
 | 
			
		||||
    padding: 5px;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.metric-id {
 | 
			
		||||
@@ -1278,8 +1275,10 @@ a {
 | 
			
		||||
 | 
			
		||||
.metric-data {
 | 
			
		||||
 | 
			
		||||
  display: flex;
 | 
			
		||||
  display: grid;
 | 
			
		||||
  align-items: center;
 | 
			
		||||
  grid-template-columns: 1fr 1fr;
 | 
			
		||||
  justify-content: center;
 | 
			
		||||
  gap: 30px;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
@@ -1289,6 +1288,8 @@ a {
 | 
			
		||||
  color: #c0c0c0;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
.metric-data-value {
 | 
			
		||||
 | 
			
		||||
  color: #c7c7c7;
 | 
			
		||||
 
 | 
			
		||||
@@ -10,7 +10,15 @@ router.get('/', function(req, res, next) {
 | 
			
		||||
    res.redirect(302, "/login")
 | 
			
		||||
} else {
 | 
			
		||||
 | 
			
		||||
    res.render('index');
 | 
			
		||||
  if(process.env.DEV ) {
 | 
			
		||||
 | 
			
		||||
    res.render('index', {dev: "<p class='view-item yellow'>DÉVELOPEMENT</p>"});
 | 
			
		||||
  } else {
 | 
			
		||||
 | 
			
		||||
    res.render('index', {dev: ""});
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
   
 | 
			
		||||
  }
 | 
			
		||||
});
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -7,6 +7,7 @@
 | 
			
		||||
  <body class="LOG_body">
 | 
			
		||||
    <div id='panel-box' class="panel-box m-align t-center">
 | 
			
		||||
      <div class="logo"><img class="logo-img" src="/images/FormatLogo_WHITE.svg"><p>Neutral</p></div>
 | 
			
		||||
      
 | 
			
		||||
      <div id="views" class="views-box">
 | 
			
		||||
        <p style="position: absolute; width: 100%;" class='yellow t-center'><i class='fa-solid fa-warning'></i> Aucune permission ne semble vous êtes accordée<br>Demandez à Raphix afin de résoudre ce problème</p>
 | 
			
		||||
      </div>
 | 
			
		||||
@@ -27,7 +28,7 @@
 | 
			
		||||
        <div class="taskbar-actions">
 | 
			
		||||
          <img id="menu-logo" class="taskbar-logo" src="/images/FormatLogo_WHITE.svg">
 | 
			
		||||
          <div id="views-items" class="views-items">
 | 
			
		||||
           
 | 
			
		||||
            <%- dev %>
 | 
			
		||||
          </div>
 | 
			
		||||
        </div>
 | 
			
		||||
        
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user