forked from deepStateMirrors/tabi
✨ feat: add date visibility options to post list (#330)
Co-authored-by: welpo <welpo@users.noreply.github.com>
This commit is contained in:
parent
57ff693eca
commit
a76d6888b6
10 changed files with 130 additions and 30 deletions
|
@ -276,6 +276,10 @@ video {
|
|||
margin-bottom: 2rem;
|
||||
}
|
||||
|
||||
.mobile-only {
|
||||
display: none;
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 1000px) {
|
||||
.content {
|
||||
max-width: var(--normal-layout-width);
|
||||
|
@ -292,6 +296,10 @@ video {
|
|||
max-width: none;
|
||||
overflow-x: auto;
|
||||
}
|
||||
|
||||
.mobile-only {
|
||||
display: block;
|
||||
}
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 600px) {
|
||||
|
|
|
@ -10,6 +10,7 @@
|
|||
padding: 2.5rem 0;
|
||||
|
||||
.bloglist-meta {
|
||||
margin-right: 0.7rem;
|
||||
padding: 0;
|
||||
width: 13.5rem;
|
||||
color: var(--meta-color);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue