Catalog css change (get rid of border and make thumbs larger like on 4chan)

This commit is contained in:
towards-a-new-leftypol 2024-02-11 14:36:14 -05:00
parent 72ea3f7674
commit 964fed6860
2 changed files with 14 additions and 14 deletions

View File

@ -1,6 +1,7 @@
/*Lainchan*/ /*Lainchan*/
div.sidearrows { div.sidearrows{
/*display:none;*/
color: #b7c5d9; color: #b7c5d9;
float: left; float: left;
margin-right: 2px; margin-right: 2px;
@ -34,6 +35,7 @@ html, body {
.post-image{ .post-image{
max-width: 94%!important; max-width: 94%!important;
} }
select{ select{
float:right; float:right;
} }
@ -51,7 +53,6 @@ div.boardlist.bottom {
} }
img.banner, img.board_image { img.banner, img.board_image {
max-width: 100vw; max-width: 100vw;
} }
@ -850,9 +851,8 @@ pre {
float: none!important; float: none!important;
margin: auto; margin: auto;
max-height: 150px; max-height: 150px;
max-width: 200px; max-width: 150px;
box-shadow: 0 0 4px rgba(0,0,0,0.55); box-shadow: 0 0 4px rgba(0,0,0,0.55);
border: 2px solid rgba(153,153,153,0);
} }
.theme-catalog div.thread { .theme-catalog div.thread {
@ -869,8 +869,6 @@ pre {
position: relative; position: relative;
font-size: 11px; font-size: 11px;
max-height: 300px; max-height: 300px;
background: rgba(182, 182, 182, 0.12);
border: 2px solid rgba(111, 111, 111, 0.34);
max-height:300px; max-height:300px;
} }
@ -903,8 +901,10 @@ pre {
} }
.theme-catalog div.grid-size-small { .theme-catalog div.grid-size-small {
min-width:140px; max-width: 140px; min-width: 50px;
max-height: 192px; min-height: 50px;
max-width: 150px;
max-width: 150px;
} }
.theme-catalog div.grid-size-medium img { .theme-catalog div.grid-size-medium img {

View File

@ -70,7 +70,7 @@
id="img-{{ post.id }}" data-subject="{% if post.subject %}{{ post.subject|e }}{% endif %}" data-name="{{ post.name|e }}" data-muhdifference="{{ post.muhdifference }}" class="{{post.board}} thread-image" title="{{post.bump|date('%b %d %H:%M')}}"> id="img-{{ post.id }}" data-subject="{% if post.subject %}{{ post.subject|e }}{% endif %}" data-name="{{ post.name|e }}" data-muhdifference="{{ post.muhdifference }}" class="{{post.board}} thread-image" title="{{post.bump|date('%b %d %H:%M')}}">
</a> </a>
<div class="replies"> <div class="replies">
<strong>R: {{ post.replies }} / I: {{ post.images }}{% if post.sticky %} (sticky){% endif %}{% if post.sage %} (sage){% endif %}{% if (config.reply_limit > 0) and (post.replies >= config.reply_limit) %} (full){% endif %}{% if post.locked %} <span class="fa fa-lock">&nbsp;</span>{% endif %}</strong> <span>R:</span><strong>{{ post.replies }}</strong><span> / I: </span><strong>{{ post.images }}{% if post.sticky %} (sticky){% endif %}{% if post.sage %} (sage){% endif %}{% if (config.reply_limit > 0) and (post.replies >= config.reply_limit) %} (full){% endif %}{% if post.locked %} <span class="fa fa-lock">&nbsp;</span>{% endif %}</strong>
{% if post.subject %} {% if post.subject %}
<p class="intro"> <p class="intro">
<span class="subject"> <span class="subject">