diff --git a/app/static/interact.css b/app/static/interact.css index 8150cff..d5eeeb8 100644 --- a/app/static/interact.css +++ b/app/static/interact.css @@ -69,7 +69,27 @@ margin: 10px auto; font-size: 75%; line-height: 1; + max-width: 100%; + overflow: hidden; + white-space: nowrap; + text-overflow: ellipsis; } + +.not-very-hot-post{ + margin: 10px auto; + font-size: 75%; + line-height: 1; + max-width: 100%; + overflow: hidden; + white-space: nowrap; + text-overflow: ellipsis; +} + +a>h4{ + margin: 0; + padding: 0; +} + .inner3 .hot-post a { color: #0077e6; } diff --git a/app/templates/index/index_activities.html b/app/templates/index/index_activities.html index c7fd0a7..d64653f 100644 --- a/app/templates/index/index_activities.html +++ b/app/templates/index/index_activities.html @@ -351,45 +351,45 @@ {% endif %} {# hottest #} -
-

Hottest Posts

- - -
+
+

Hottest Posts

+ + +
{% endif %} diff --git a/app/templates/index/index_follows.html b/app/templates/index/index_follows.html index 5bdc561..166358a 100644 --- a/app/templates/index/index_follows.html +++ b/app/templates/index/index_follows.html @@ -354,46 +354,45 @@ {% endif %} {# hottest #} -
-

Hottest Posts

- - -
- +
+

Hottest Posts

+ + +
{% endif %} diff --git a/app/templates/index/index_posts.html b/app/templates/index/index_posts.html index d2c9bd8..27bd89f 100644 --- a/app/templates/index/index_posts.html +++ b/app/templates/index/index_posts.html @@ -460,36 +460,36 @@ diff --git a/app/templates/index/index_transactions.html b/app/templates/index/index_transactions.html index c015d49..b6a5b7a 100644 --- a/app/templates/index/index_transactions.html +++ b/app/templates/index/index_transactions.html @@ -349,45 +349,45 @@ {% endif %} {# hottest #} -
-

Hottest Posts

- - -
+
+

Hottest Posts

+ + +
{% endif %} diff --git a/data-dev.sqlite b/data-dev.sqlite index 551c045..288a8b7 100644 Binary files a/data-dev.sqlite and b/data-dev.sqlite differ