From 85e7033410a49ed7df1be0e5fd5367e283fa0bd2 Mon Sep 17 00:00:00 2001 From: Sam Date: Wed, 30 Apr 2014 17:04:54 +1000 Subject: [PATCH] BUGFIX: styling --- app/assets/stylesheets/desktop/topic-post.scss | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/app/assets/stylesheets/desktop/topic-post.scss b/app/assets/stylesheets/desktop/topic-post.scss index 1d53f2c507..b3522c6de2 100644 --- a/app/assets/stylesheets/desktop/topic-post.scss +++ b/app/assets/stylesheets/desktop/topic-post.scss @@ -263,7 +263,7 @@ nav.post-controls { top: 4px; z-index: 1; font-size: 13px; - width: 100%; + width: 300px; a { font-weight: bold; color: lighten($primary_text_color, 25%); @@ -580,6 +580,7 @@ iframe { .names, .user-title { display: inline; + font-size: 13px; } .main-avatar img { @@ -599,6 +600,7 @@ iframe { .username a { font-weight: bold; color: lighten($primary_text_color, 25%); + font-size: 13px; } .new-user a {