forked from Adleraci/adlerka.top
		
	Fix statusmessages
This commit is contained in:
		@@ -232,11 +232,16 @@ ul.navpage_list
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.status-message {
 | 
			
		||||
#statusMessageContainer{
 | 
			
		||||
    position: fixed;
 | 
			
		||||
    top: 20px;
 | 
			
		||||
    right: 20px;
 | 
			
		||||
    z-index: 9999;
 | 
			
		||||
    z-index: 10;
 | 
			
		||||
    display: flex;
 | 
			
		||||
    flex-direction: column;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.status-message {
 | 
			
		||||
    background-color: #dff0d8; /* Success background color */
 | 
			
		||||
    border: 1px solid #3c763d; /* Success border color */
 | 
			
		||||
    color: #3c763d; /* Success text color */
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user