🐛 Fixed the post expired logical over 180 days.

This commit is contained in:
elkan1788
2025-01-04 11:11:15 +08:00
parent b559782447
commit 8051ec1f09
5 changed files with 25 additions and 31 deletions

View File

@@ -12,6 +12,14 @@
z-index: $zindex-5;
}
.hidden {
display: none !important;
}
.show {
display: block !important;
}
@import 'tool-buttons';
@import 'reading-progress';

View File

@@ -93,6 +93,7 @@
border-left: 6px solid #4A90E2;
margin: 0 0 0.85em 0;
padding: 0.65em 0.15em 0.65em 0.95em;
display: none;
.post-expired-title {
color: #4A90E2;

View File

@@ -43,10 +43,6 @@
.goto-comments {
display: none;
}
.goto-comments-on {
display: block;
}
}
@if $back2top_enable {