switch to puppeteer
This commit is contained in:
parent
92b6846bbb
commit
6e3bad10f8
6 changed files with 611 additions and 667 deletions
|
@ -1,3 +1,8 @@
|
|||
@import url('/assets/DMSans/style.css');
|
||||
body {
|
||||
font-family: 'DM Sans', sans-serif;
|
||||
margin: 0;
|
||||
}
|
||||
div {
|
||||
display: flex;
|
||||
}
|
||||
|
@ -76,6 +81,7 @@ p {
|
|||
-webkit-box-orient: vertical;
|
||||
text-overflow: ellipsis;
|
||||
-webkit-line-clamp: 2;
|
||||
line-clamp: 2;
|
||||
}
|
||||
.is-debug .description {
|
||||
display: block;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue