Merge pull request #54 from zhaospei/master

change show-more pre-expand-blog background
This commit is contained in:
Phuoc Dinh Le 2023-02-05 11:42:44 -06:00 committed by GitHub
commit 024e89f2aa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 9 additions and 5 deletions

View file

@ -152,6 +152,10 @@
} }
} }
.blog-box:hover {
border-color: #8a8a8a;
}
.blog-description { .blog-description {
max-height: 30em; max-height: 30em;
overflow: hidden; overflow: hidden;
@ -230,8 +234,8 @@
padding: 0px 12px; padding: 0px 12px;
margin-top: 5px; margin-top: 5px;
position: absolute; position: absolute;
inset: 50% 0px 60px; inset: 50% 0px 52px;
background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 1%, #f3f3f3 95%, #f3f3f3 100%); background: linear-gradient(transparent, white);
display: flex; display: flex;
-webkit-box-pack: end; -webkit-box-pack: end;
justify-content: flex-end; justify-content: flex-end;

View file

@ -1940,7 +1940,7 @@ noscript #noscript {
} }
.show-more { .show-more {
color: white; color: white;
background: linear-gradient(rgba(24, 26, 27, 0) 1%, rgb(31, 33, 35) 95%, rgb(31, 33, 35) 100%); background: linear-gradient(rgba(0, 0, 0, 0), rgb(24, 26, 27));
} }
@media (min-width: 800px) { @media (min-width: 800px) {

View file

@ -48,7 +48,7 @@
{% set pagevote = post.pagevote %} {% set pagevote = post.pagevote %}
{% set bookmark = post.bookmark %} {% set bookmark = post.bookmark %}
{% set hide_actionbar_comment = True %} {% set hide_actionbar_comment = True %}
{% set include_hr = True %} {% set include_hr = False %}
{% set share_url = request.build_absolute_uri(post.get_absolute_url()) %} {% set share_url = request.build_absolute_uri(post.get_absolute_url()) %}
{% include "actionbar/list.html" %} {% include "actionbar/list.html" %}
</div> </div>

View file

@ -138,7 +138,7 @@
{% set pagevote = problem.pagevote %} {% set pagevote = problem.pagevote %}
{% set bookmark = problem.bookmark %} {% set bookmark = problem.bookmark %}
{% set hide_actionbar_comment = True %} {% set hide_actionbar_comment = True %}
{% set include_hr = True %} {% set include_hr = False %}
{% set share_url = request.build_absolute_uri(problem.get_absolute_url()) %} {% set share_url = request.build_absolute_uri(problem.get_absolute_url()) %}
{% include "actionbar/list.html" %} {% include "actionbar/list.html" %}
</div> </div>