Blender Cloud: Fix responsive issues on timeline.

This commit is contained in:
2020-07-22 18:32:35 +02:00
parent b4207cce47
commit 2e41b7a4dd
2 changed files with 15 additions and 1 deletions

View File

@@ -10,7 +10,7 @@ export class Posts extends NodesBase {
let $title = $('<a>')
.attr('href', '/nodes/' + post._id + '/redir')
.attr('title', post.name)
.addClass('h1 text-uppercase font-weight-bold d-block pt-5 pb-2')
.addClass('timeline-post-title')
.text(post.name);
content.push($title);
let $post = $('<div>')