Generate CSS file for #100

This commit is contained in:
VnPower
2024-09-17 21:58:32 +07:00
parent f6b9f58923
commit e178c91ea5
+5
View File
@@ -1048,6 +1048,11 @@ edit style.scss
.novel .novel-settings .dropdown-toggler:checked ~ .dropdown-content {
display: block;
}
@media screen and (max-width: 950px) {
.novel .novel-content .novel-content-text {
padding: 6.4rem 1rem;
}
}
.background-cover {
background: repeating-linear-gradient(52.5deg, rgba(32, 32, 32, 0.8), rgba(32, 32, 32, 0.8) 14px, rgba(240, 248, 255, 0) 14px, rgba(240, 248, 255, 0) 28px);
height: 10vw;