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