summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/twitter.scss
diff options
context:
space:
mode:
authortheaamanda <theaamanda@users.noreply.github.com>2016-09-30 12:21:58 +0200
committerGitHub <noreply@github.com>2016-09-30 12:21:58 +0200
commite9fcc6748aeb0d8cd677a79c30f314e92c0e9b62 (patch)
tree78173c93462cd629b1043c176cc2bccab02204aa /app/assets/stylesheets/twitter.scss
parent69b182b1bf811e1d09c734debf0f71f8412dd6b7 (diff)
parent8a9ef9e96193a737b8d21e1f21db43d0d69394ef (diff)
Merge pull request #18 from LoadToCode/thea
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/stylesheets/twitter.scss')
-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;
+}