mirror of
https://github.com/go-shiori/shiori.git
synced 2025-09-10 15:05:20 +08:00
Limit the width of list
This commit is contained in:
parent
61bd8244a6
commit
0acf1b43cd
3 changed files with 431 additions and 8 deletions
File diff suppressed because one or more lines are too long
|
@ -412,7 +412,7 @@ body {
|
|||
|
||||
&.list {
|
||||
grid-gap: 0;
|
||||
grid-template-columns: minmax(0, 1fr);
|
||||
grid-template-columns: minmax(0, 1000px);
|
||||
|
||||
.pagination-box {
|
||||
padding-top: 16px;
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Add table
Reference in a new issue