:^)
This commit is contained in:
parent
e7f6ecd239
commit
cc5ddf27d3
|
@ -2766,4 +2766,35 @@ ul.navbar-nav-guests li.nav-item {
|
||||||
.pagination {
|
.pagination {
|
||||||
justify-content: center !important;
|
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
|
@endif
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
|
<div class="random">
|
||||||
|
<a href="/random"></a>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@include(snippets/footer)
|
@include(snippets/footer)
|
||||||
</div>
|
</div>
|
Loading…
Reference in New Issue
Block a user