diff --git a/internal/webserver/static/styles.css b/internal/webserver/static/styles.css index 839868a..5298a9e 100644 --- a/internal/webserver/static/styles.css +++ b/internal/webserver/static/styles.css @@ -890,18 +890,16 @@ main { ******************************************************/ /** - * Timeline module + * Show more button and EOF indicator module */ -.timeline { - .timeline__bottom { - text-align: center; - font-size: 1.2em; - padding: 1em 0; - } - .timeline__eof-label { +.show-more { + text-align: center; + font-size: 1.2em; + padding: 1em 0; + .show-more__eof-label { color: var(--color-twitter-text-gray); } - .timeline__show-more-button { + .show-more__button { padding: 0em 0.8em; display: inline-block; border: 2px solid var(--color-twitter-blue); diff --git a/internal/webserver/tpl/tweet_page_includes/chat_view.tpl b/internal/webserver/tpl/tweet_page_includes/chat_view.tpl index 939a22c..29fb474 100644 --- a/internal/webserver/tpl/tweet_page_includes/chat_view.tpl +++ b/internal/webserver/tpl/tweet_page_includes/chat_view.tpl @@ -193,12 +193,11 @@ {{end}} {{define "conversation-top"}} -
+
{{if .Cursor.CursorPosition.IsEnd}} - -
Beginning of conversation
+ {{else}} - +