mirror of
https://codeberg.org/fediverse/fediparty.git
synced 2024-11-22 00:21:28 +00:00
Fix paginator styles
This commit is contained in:
parent
6ebb6aad6e
commit
0b9c121bb0
|
@ -161,6 +161,19 @@ svg.f-tag {
|
|||
color: $black;
|
||||
}
|
||||
|
||||
.page-nav {
|
||||
margin: 2em 0;
|
||||
}
|
||||
|
||||
.page-number {
|
||||
margin: 0 .3em;
|
||||
}
|
||||
|
||||
.page-number.current {
|
||||
font-weight: bold;
|
||||
color: $golden;
|
||||
}
|
||||
|
||||
$taglist: (diaspora, $diaspora),
|
||||
(friendica, $friendica),
|
||||
(hubzilla, $hubzilla),
|
||||
|
@ -221,4 +234,8 @@ $taglist: (diaspora, $diaspora),
|
|||
.contents.chronicles {
|
||||
padding-top: 7em;
|
||||
}
|
||||
|
||||
.page-number {
|
||||
margin: 0 .9em;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue