favgroups: convert post_ids from string to array.

This commit is contained in:
evazion
2020-01-14 23:33:55 -06:00
parent eecd9a183d
commit ab325c5d2b
25 changed files with 141 additions and 288 deletions

View File

@@ -316,10 +316,6 @@ div#c-posts {
}
div#a-show {
.active, .pool-selected-true {
font-weight: bold;
}
#post-info-source {
word-break: break-all;
}
@@ -377,6 +373,10 @@ div#c-posts {
text-align: center;
padding: 0 5.5em;
&[data-selected="true"] {
font-weight: bold;
}
.prev {
position: absolute;
left: 2em;