refactor: move all styles to public/assets/css
- Remove duplicate CSS files from src/assets - Keep all stylesheets in public/assets/css for static serving - Update style.css imports to reference public assets - Cleaner separation: public for styles, src for Vue components 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
parent
9f10971041
commit
960f509d5c
5 changed files with 3 additions and 175 deletions
1
public/assets/css/editor-ui.css
Normal file
1
public/assets/css/editor-ui.css
Normal file
|
|
@ -0,0 +1 @@
|
|||
|
||||
17
public/assets/css/print-styles.css
Normal file
17
public/assets/css/print-styles.css
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
/* PagedJS print styles */
|
||||
@page {
|
||||
size: A4;
|
||||
margin: 20mm 15mm 26mm 15mm;
|
||||
}
|
||||
h2 {
|
||||
break-before: page;
|
||||
}
|
||||
|
||||
@page {
|
||||
@bottom-center {
|
||||
content: string(title);
|
||||
}
|
||||
}
|
||||
.chapter > h2 {
|
||||
string-set: title content(text);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue