summaryrefslogtreecommitdiff
path: root/app/assets
diff options
context:
space:
mode:
authorthea <ta.kupler@gmail.com>2016-09-30 12:13:22 +0200
committerthea <ta.kupler@gmail.com>2016-09-30 12:13:22 +0200
commit8a9ef9e96193a737b8d21e1f21db43d0d69394ef (patch)
tree78173c93462cd629b1043c176cc2bccab02204aa /app/assets
parentc57a00e63902aac9ed7149c82670b34b3ffa8de3 (diff)
added 'show more tweets'-link when more tweets are existing than displayed, method included to set number of tweets which should be displayed
Diffstat (limited to 'app/assets')
-rw-r--r--app/assets/stylesheets/twitter.scss5
1 files changed, 5 insertions, 0 deletions
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;
+}