forked from MarseyWorld/MarseyWorld
add sidebar button for tabletcels
parent
9a32337a22
commit
567c772b11
|
@ -6250,4 +6250,9 @@ blockquote + blockquote, div > blockquote:first-child, blockquote:last-child {
|
|||
div.markdown {
|
||||
height: auto;
|
||||
white-space: pre-wrap;
|
||||
}
|
||||
@media (max-width: 768px) or (min-width: 992px) {
|
||||
#sidebar-btn {
|
||||
display: None;
|
||||
}
|
||||
}
|
|
@ -195,6 +195,10 @@
|
|||
<a class="nav-link" href="/comments" data-bs-toggle="tooltip" data-bs-placement="bottom" title="All Comments"><i class="fas fa-comment-dots"></i></a>
|
||||
</li>
|
||||
|
||||
<li id="sidebar-btn" class="nav-item d-flex align-items-center justify-content-center text-center mx-1">
|
||||
<a class="nav-link" href="/sidebar" data-bs-toggle="tooltip" data-bs-placement="bottom" title="Sidebar"><i class="fas fa-bars"></i></a>
|
||||
</li>
|
||||
|
||||
<li class="nav-item d-flex align-items-center justify-content-center text-center">
|
||||
<div class="dropdown" id="header--dropdown">
|
||||
<a href="{{v.url}}" class="nav-link bg-transparent py-0 pr-0" role="button" id="dropdownMenuLink" data-bs-toggle="dropdown"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{%-
|
||||
set CACHE_VER = {
|
||||
'css/main.css': 499,
|
||||
'css/main.css': 500,
|
||||
'css/catalog.css': 2,
|
||||
|
||||
'css/4chan.css': 61,
|
||||
|
|
Loading…
Reference in New Issue