mirror of
				https://gitlab.com/brutaldon/brutaldon
				synced 2025-06-05 21:49:32 +02:00 
			
		
		
		
	Make css names accurate again
This commit is contained in:
		@@ -27,34 +27,18 @@ div.card-header-title, div.card-header-icon {
 | 
			
		||||
    padding: 1.5ex;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
@media screen and (max-width: 768px)
 | 
			
		||||
{
 | 
			
		||||
    .is-max-128 {
 | 
			
		||||
        max-height: 128px;
 | 
			
		||||
        max-width: 128px;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    .is-max-256 {
 | 
			
		||||
        max-height: 256px;
 | 
			
		||||
        max-width: 256px;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
.is-max-128 {
 | 
			
		||||
    max-height: 128px;
 | 
			
		||||
    max-width: 128px;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
@media screen and (min-width: 769px)
 | 
			
		||||
{
 | 
			
		||||
    .is-max-128 {
 | 
			
		||||
        max-height: 50%;
 | 
			
		||||
        max-width: 50%;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    .is-max-256 {
 | 
			
		||||
        max-height: 100%;
 | 
			
		||||
        max-width: 100%;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
.is-max-256 {
 | 
			
		||||
    max-height: 256px;
 | 
			
		||||
    max-width: 256px;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
figure.media-left p.image a img
 | 
			
		||||
{
 | 
			
		||||
    border-radius: 5px;
 | 
			
		||||
 
 | 
			
		||||
@@ -72,7 +72,7 @@
 | 
			
		||||
                                 {% if media.description %}
 | 
			
		||||
                                 title="{{ media.description }}"
 | 
			
		||||
                                 {% endif %}
 | 
			
		||||
                                 class="image is-max-128">
 | 
			
		||||
                                 class="image is-max-256">
 | 
			
		||||
                        </a>
 | 
			
		||||
                        {% endfor %}
 | 
			
		||||
                    </div>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user