finish line!

This commit is contained in:
2025-11-26 17:25:27 +08:00
parent 833d125f64
commit 14434bc2ac
261 changed files with 4530 additions and 1014 deletions
+10
View File
File diff suppressed because one or more lines are too long
Regular → Executable
+1 -1
View File
@@ -38,4 +38,4 @@
.ql-toolbar .ql-picker-options [role="button"] {
all: unset;
cursor: pointer;
}
}
+14
View File
@@ -165,6 +165,17 @@ main.container {
border-color: var(--secondary);
color: var(--secondary-inverse);
}
.red-btn {
background: #ff4444;
border-color: #ff4444;
color: white;
}
.red-btn:hover {
background: #dd3333;
border-color: #dd3333;
color: white;
}
/* ===== КНИГИ И КОНТЕНТ ===== */
.book-content {
@@ -890,4 +901,7 @@ main.container {
.cover-placeholder {
font-size: 2rem;
}
}
.ql-editor p {
display: block !important;
}