Better configuration view on small screen
This commit is contained in:
		@@ -476,6 +476,11 @@ article.explorer form .container {
 | 
			
		||||
    flex-wrap:wrap;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
article.explorer .container .box {
 | 
			
		||||
    padding-left:0.25rem;
 | 
			
		||||
    padding-right:0.25rem;
 | 
			
		||||
} 
 | 
			
		||||
 | 
			
		||||
article.explorer form {
 | 
			
		||||
    margin-bottom:1rem;
 | 
			
		||||
}
 | 
			
		||||
@@ -513,6 +518,7 @@ input:checked + label {
 | 
			
		||||
@media only screen and (max-width:600px) {
 | 
			
		||||
    article.explorer form .container {
 | 
			
		||||
        display:block;
 | 
			
		||||
        justify-content:left;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    article.explorer form .container h3 {
 | 
			
		||||
@@ -532,12 +538,6 @@ input:checked + label {
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
@media only screen and (max-width:1200px) {
 | 
			
		||||
    article.explorer form .container {
 | 
			
		||||
        justify-content:left;
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
article.explorer p.no-result {
 | 
			
		||||
    text-align:center;
 | 
			
		||||
    font-size:1.2rem;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user