Update reader.

This commit is contained in:
Bruce
2026-04-04 19:27:45 +08:00
parent f9f4db3f6c
commit bf54d5a531
22 changed files with 3405 additions and 21 deletions

View File

@@ -352,6 +352,13 @@ aside>nav ul li div[role=img] {
}
.ispage {
width: 100%;
height: auto;
box-sizing: border-box;
opacity: 1;
transition: all 0.4s cubic-bezier(0.1, 0.9, 0.2, 1);
}
.ispage.padding {
padding: 44px 60px;
}