first commit
parent
f46b7495ea
commit
82b9a40c08
|
@ -53,7 +53,7 @@
|
|||
</#if>
|
||||
</h1>
|
||||
<#else>
|
||||
<h1 class="title is-size-5 is-size-4-mobile has-text-weight-normal">
|
||||
<h1 class="title is-size-5 is-size-5-mobile has-text-weight-normal">
|
||||
<#if index>
|
||||
<a class="has-link-black-ter" href="${context!}/archives/${post.url!}">${post.title!}</a>
|
||||
<#else>
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
© ${.now?string('yyyy')} ${user.nickname!}
|
||||
Powered by <a href="https://halo.run/" target="_blank">Halo</a>
|
||||
<br>
|
||||
Theme <a href="#">Fantastic</a> by <a href="https://github.com/imkundev" target="_blank">Quinn</a>
|
||||
Theme <a href="https://github.com/imkundev/halo-theme-fantastic">Fantastic</a> by <a href="https://github.com/imkundev" target="_blank">Quinn</a>
|
||||
<br />
|
||||
<@global.footer />
|
||||
</p>
|
||||
|
|
|
@ -86,6 +86,11 @@ textarea {
|
|||
flex: 12;
|
||||
padding: 1rem;
|
||||
}
|
||||
@media screen and (max-width: 769px) {
|
||||
.card-image img {
|
||||
height: 80% !important;
|
||||
}
|
||||
}
|
||||
img.thumbnail {
|
||||
object-fit: cover;
|
||||
width: 100%;
|
||||
|
|
|
@ -87,7 +87,10 @@ body, button, input, select, textarea
|
|||
.card-content
|
||||
flex: 12
|
||||
padding: 1rem
|
||||
|
||||
@media screen and (max-width: screen-tablet)
|
||||
.card-image
|
||||
img
|
||||
height: 80% !important
|
||||
|
||||
|
||||
img.thumbnail
|
||||
|
|
|
@ -44,7 +44,8 @@ pre[class*="language-"] {
|
|||
padding: -2em;
|
||||
margin: .5em 0;
|
||||
overflow: auto;
|
||||
border-radius: 4px;
|
||||
border-radius: 2px;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
/* Inline code */
|
||||
|
|
|
@ -12,8 +12,8 @@ pre.line-numbers > code {
|
|||
.line-numbers .line-numbers-rows {
|
||||
position: absolute;
|
||||
pointer-events: none;
|
||||
top: -2rem;
|
||||
padding-top: 2rem;
|
||||
top: -1.8rem;
|
||||
padding-top: 1.6rem;
|
||||
font-size: 100%;
|
||||
/*background-color: #EBEDED;*/
|
||||
left: -3.8em;
|
||||
|
|
Loading…
Reference in New Issue