remove sidebar background (I hate it)

remotes/1693045480750635534/spooky-22
Aevann1 2022-09-09 11:28:59 +02:00
parent 91f3069001
commit acf6ca7d74
12 changed files with 18 additions and 24 deletions

View File

@ -148,7 +148,6 @@ blockquote a {
.sidebar
{
background-color: unset !important;
border-radius: 6px;
margin-top: 6px;
}

View File

@ -100,7 +100,6 @@ blockquote {
.sidebar
{
background-color: #e6dacc !important;
border-radius: 6px;
margin-top: 6px;
}

View File

@ -71,7 +71,6 @@ pre {
.sidebar
{
background-color: #101010 !important;
border-radius: 6px;
margin-top: 6px;
}

View File

@ -35,7 +35,7 @@ blockquote {
background-color: var(--background);
}
#frontpage #main-content-row, .sidebar {
#frontpage #main-content-row {
background-color: var(--gray-800) !important
}

View File

@ -44,7 +44,6 @@ body, .navbar-light, .navbar-dark, .card, .modal-content, .comment-write textare
.sidebar
{
background-color: #1c1f25 !important;
border-radius: 6px;
margin-top: 6px;
}

View File

@ -221,7 +221,6 @@
.sidebar
{
background-color: unset !important;
border-radius: 6px;
margin-top: 6px;
}

View File

@ -162,7 +162,6 @@ blockquote {
.sidebar
{
background-color: unset !important;
border-radius: 0px;
margin-top: 6px;
}

View File

@ -204,7 +204,7 @@
</div>
</div>
<div class="col text-left d-none d-lg-block pt-3 bg-white" style="max-width:300px">
<div class="col text-left d-none d-lg-block pt-3" style="max-width:300px">
<h4>Users in chat right now</h4>
<div id="online" class="mt-3"></div>

View File

@ -1,4 +1,4 @@
<div class="col sidebar text-left {% if '/sidebar' not in request.path %}d-none d-lg-block{% endif %} pt-3 bg-white" {% if request.path != '/sidebar' %}id="sidebar-content"{% endif %}>
<div class="col sidebar text-left {% if '/sidebar' not in request.path %}d-none d-lg-block{% endif %} pt-3" {% if request.path != '/sidebar' %}id="sidebar-content"{% endif %}>
<p class="text-center text-md mb-4">
<a class="sidebar-link" href="/log" data-bs-toggle="tooltip" data-bs-placement="top" title="Moderation Log"><i class="fas fa-scroll-old"></i></a>

View File

@ -1,4 +1,4 @@
<div class="col sidebar text-left {% if '/sidebar' not in request.path %}d-none d-lg-block{% endif %} pt-3 pb-5 bg-white" {% if request.path != '/sidebar' %}id="sidebar-content"{% endif %}>
<div class="col sidebar text-left {% if '/sidebar' not in request.path %}d-none d-lg-block{% endif %} pt-3 pb-5" {% if request.path != '/sidebar' %}id="sidebar-content"{% endif %}>
{%- set art_path = "assets/images/WPD/sidebar" -%}
{%- set art_image = "/" + art_path + "/" + listdir('files/' + art_path)|random() + '?v=45' -%}

View File

@ -1,4 +1,4 @@
<div class="col sidebar text-left {% if '/sidebar' not in request.path %}d-none d-lg-block{% endif %} pt-3 pb-5 bg-white" {% if request.path != '/sidebar' %}id="sidebar-content"{% endif %}>
<div class="col sidebar text-left {% if '/sidebar' not in request.path %}d-none d-lg-block{% endif %} pt-3 pb-5" {% if request.path != '/sidebar' %}id="sidebar-content"{% endif %}>
{% if sub %}
{% set image=sub.sidebar_url %}

View File

@ -1,19 +1,19 @@
{%-
set CACHE_VER = {
'css/main.css': 4021,
'css/catalog.css': 4005,
'css/4chan.css': 4005,
'css/classic.css': 4005,
'css/classic_dark.css': 4005,
'css/coffee.css': 4005,
'css/dark.css': 4005,
'css/dramblr.css': 4005,
'css/light.css': 4005,
'css/midnight.css': 4005,
'css/reddit.css': 4005,
'css/transparent.css': 4005,
'css/tron.css': 4005,
'css/win98.css': 4005,
'css/catalog.css': 4006,
'css/4chan.css': 4006,
'css/classic.css': 4006,
'css/classic_dark.css': 4006,
'css/coffee.css': 4006,
'css/dark.css': 4006,
'css/dramblr.css': 4006,
'css/light.css': 4006,
'css/midnight.css': 4006,
'css/reddit.css': 4006,
'css/transparent.css': 4006,
'css/tron.css': 4006,
'css/win98.css': 4006,
'js/award_modal.js': 4001,
'js/bootstrap.js': 4003,