mirror of
https://github.com/welpo/tabi.git
synced 2025-10-10 23:38:53 +02:00
🐛 fix: enable scrolling for code blocks in post summary
& standardise separator selection for mobile-only
This commit is contained in:
parent
bf51f1962f
commit
d19d8ed4ba
3 changed files with 6 additions and 6 deletions
|
@ -98,11 +98,11 @@ header {
|
|||
.tag {
|
||||
margin-inline-end: 0;
|
||||
}
|
||||
}
|
||||
|
||||
.separator {
|
||||
margin-inline-end: 0.2rem;
|
||||
user-select: none;
|
||||
}
|
||||
.separator {
|
||||
margin-inline-end: 0.2rem;
|
||||
user-select: none;
|
||||
}
|
||||
|
||||
.language-switcher {
|
||||
|
|
|
@ -126,7 +126,7 @@ $padding: 2.5rem;
|
|||
|
||||
@media only screen and (max-width: 1100px) {
|
||||
.bloglist-container {
|
||||
grid-template-columns: 1fr;
|
||||
display: block;
|
||||
}
|
||||
|
||||
.pinned-label svg {
|
||||
|
|
|
@ -83,7 +83,7 @@
|
|||
<li class="date">{{- macros_format_date::format_date(date=post.date, short=false, language_strings=language_strings) -}}</li>
|
||||
{%- endif -%}
|
||||
{%- if show_date and show_updated -%}
|
||||
<li class="mobile-only">{{- separator -}}</li>
|
||||
<li class="mobile-only separator">{{- separator -}}</li>
|
||||
{%- endif -%}
|
||||
{%- if show_updated -%}
|
||||
{%- set last_updated_str = macros_translate::translate(key="last_updated_on", default="Updated on $DATE", language_strings=language_strings) -%}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue