mirror of
https://github.com/go-shiori/shiori.git
synced 2025-02-21 22:43:22 +08:00
Minor padding change
This commit is contained in:
parent
457dc18374
commit
a7d59d55e3
3 changed files with 9 additions and 8 deletions
File diff suppressed because one or more lines are too long
|
@ -263,7 +263,7 @@ a {
|
|||
margin-right: 8px;
|
||||
font-size: 1.1em;
|
||||
font-weight: 500;
|
||||
line-height: 60px;
|
||||
line-height: 59px;
|
||||
color: var(--color);
|
||||
background-color: var(--contentBg);
|
||||
|
||||
|
@ -444,6 +444,7 @@ a {
|
|||
|
||||
&.list {
|
||||
grid-gap: 0;
|
||||
padding-bottom: 0;
|
||||
grid-template-columns: minmax(0, 1000px);
|
||||
|
||||
.pagination-box {
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue