:^) #55
@@ -2766,4 +2766,35 @@ ul.navbar-nav-guests li.nav-item {
 | 
			
		||||
    .pagination {
 | 
			
		||||
        justify-content: center !important;
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
/* mobile random button */
 | 
			
		||||
.random {
 | 
			
		||||
    display: none;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
@media (max-width: 768px) {
 | 
			
		||||
    .metadata {
 | 
			
		||||
        margin-bottom: 0;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    .random {
 | 
			
		||||
        width: 100%;
 | 
			
		||||
        height: 100%;
 | 
			
		||||
        transition: .5s ease-out;
 | 
			
		||||
        display: block;
 | 
			
		||||
    }
 | 
			
		||||
      
 | 
			
		||||
    .random a {
 | 
			
		||||
        width: 100%;
 | 
			
		||||
        height: 100%;
 | 
			
		||||
    }
 | 
			
		||||
      
 | 
			
		||||
    .random a::after {
 | 
			
		||||
        content: "";
 | 
			
		||||
    }
 | 
			
		||||
      
 | 
			
		||||
    .random:active {
 | 
			
		||||
        background: #00000036;
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
@@ -97,6 +97,9 @@
 | 
			
		||||
      @endif
 | 
			
		||||
      </span>
 | 
			
		||||
    </div>
 | 
			
		||||
    <div class="random">
 | 
			
		||||
      <a href="/random"></a>
 | 
			
		||||
    </div>
 | 
			
		||||
  </div>
 | 
			
		||||
@include(snippets/footer)
 | 
			
		||||
</div>
 | 
			
		||||
		Reference in New Issue
	
	Block a user