Move Unique IP count counter to the right. #44

Closed
opened 3 years ago by nonmakina · 2 comments
Collaborator
https://leftypol.org/leftypol_archive/res/903.html#1601 https://leftypol.org/leftypol_archive/res/903.html#1624 https://leftypol.org/leftypol_archive/res/903.html#1756 Lewdposter proposed fix: https://leftypol.org/tech/res/6724.html#6744
Poster
Collaborator

To fix the bug of div#thread_stats not staying at the bottom of the reply list when auto-reload.js adds new replies, replace
b962f6a128/js/thread-stats.js (L18)
With:

.after('<div id="thread_stats"></div>');

To put the "Unique IPs" on the right with the thread stats remove* the span style from the element
b962f6a128/templates/post_thread.html (L103)
and add a rule to style.css:

#uniqueip > span {
  display: block;
  float:   right;
  margin:  0em 1em;
}
To fix the bug of div#thread_stats not staying at the bottom of the reply list when auto-reload.js adds new replies, replace https://github.com/towards-a-new-leftypol/leftypol_lainchan/blob/b962f6a1283b33c6dc54c78cf4545adf92e21ce9/js/thread-stats.js#L18 With: ```html .after('<div id="thread_stats"></div>'); ``` To put the "Unique IPs" on the right with the thread stats remove* the span style from the element https://github.com/towards-a-new-leftypol/leftypol_lainchan/blob/b962f6a1283b33c6dc54c78cf4545adf92e21ce9/templates/post_thread.html#L103 and add a rule to style.css: ```css #uniqueip > span { display: block; float: right; margin: 0em 1em; } ```
nonmakina added the
feature request
bug
labels 3 years ago
nonmakina added this to the Easy wins milestone 3 years ago
Poster
Collaborator
There is no content yet.
nonmakina closed this issue 3 years ago
nonmakina reopened this issue 3 years ago
nonmakina closed this issue 3 years ago
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date

No due date set.

Dependencies

This issue currently doesn't have any dependencies.

Loading…
There is no content yet.