From 8a9ef9e96193a737b8d21e1f21db43d0d69394ef Mon Sep 17 00:00:00 2001 From: thea Date: Fri, 30 Sep 2016 12:13:22 +0200 Subject: added 'show more tweets'-link when more tweets are existing than displayed, method included to set number of tweets which should be displayed --- app/assets/stylesheets/twitter.scss | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'app/assets') diff --git a/app/assets/stylesheets/twitter.scss b/app/assets/stylesheets/twitter.scss index a67c044..4419918 100644 --- a/app/assets/stylesheets/twitter.scss +++ b/app/assets/stylesheets/twitter.scss @@ -71,3 +71,8 @@ box-sizing: border-box; font-style: italic; font-size: 12px; } + +.more_tweets_link { + text-align: right; + font-size: 12px; +} -- cgit v1.2.3