This commit is contained in:
		@@ -299,7 +299,11 @@ body {
 | 
			
		||||
    display: flex;
 | 
			
		||||
    justify-content: start;
 | 
			
		||||
    flex-direction: column;
 | 
			
		||||
 
 | 
			
		||||
    gap: 1vw;
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
  .sidebar:hover .middle{
 | 
			
		||||
    gap: 0;
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
  .sidebar:hover .middle {
 | 
			
		||||
@@ -358,6 +362,8 @@ body {
 | 
			
		||||
    -webkit-user-select: none; /* Chrome, Safari, Opéra depuis la version 15 */
 | 
			
		||||
    -ms-user-select: none; /* Internet explorer depuis la version 10 et Edge */
 | 
			
		||||
    user-select: none; /* Propriété standard */
 | 
			
		||||
    margin-left: 2%;
 | 
			
		||||
    text-align: center;
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
  .username {
 | 
			
		||||
@@ -398,9 +404,9 @@ body {
 | 
			
		||||
  .sidebar-item {
 | 
			
		||||
 | 
			
		||||
    transition: all 0.2s ease 0s;
 | 
			
		||||
    padding: 5%;
 | 
			
		||||
    margin-top: 5%;
 | 
			
		||||
    margin-bottom: 5%;
 | 
			
		||||
    padding: 10%;
 | 
			
		||||
    width: 100%;
 | 
			
		||||
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
  .sidebar-item:hover {
 | 
			
		||||
@@ -408,7 +414,7 @@ body {
 | 
			
		||||
    background-color: white;
 | 
			
		||||
    color: black;
 | 
			
		||||
    cursor: pointer;
 | 
			
		||||
   
 | 
			
		||||
    
 | 
			
		||||
    
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user