🐛 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';