From f91a4bab87f9554fb5b8e71998775548194450c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Xavier=20Juli=C3=A1n?= Date: Mon, 29 Sep 2014 09:51:57 +0200 Subject: [PATCH 01/65] Reduced margin size and font-size to fit description as a workound for a temporary page --- app/styles/modules/home-projects-list.scss | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/app/styles/modules/home-projects-list.scss b/app/styles/modules/home-projects-list.scss index 36f04508..1435723d 100644 --- a/app/styles/modules/home-projects-list.scss +++ b/app/styles/modules/home-projects-list.scss @@ -93,6 +93,16 @@ } } +.project-content { + h2 { + margin-bottom: .3rem; + } + p { + @extend %small; + line-height: 1rem; + } +} + .all-projects { @include table-flex-child(1, 285px, 0, 285px); background-color: rgba(0, 0, 0, .5); From 52e72e824fe4a836ad0fe2534ccd98cccd02d04b Mon Sep 17 00:00:00 2001 From: Juanfran Date: Mon, 29 Sep 2014 11:48:10 +0200 Subject: [PATCH 02/65] issues - fix avatar width in small screens --- app/styles/modules/issues/issues-table.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/app/styles/modules/issues/issues-table.scss b/app/styles/modules/issues/issues-table.scss index 0ca1126c..44e12d9e 100644 --- a/app/styles/modules/issues/issues-table.scss +++ b/app/styles/modules/issues/issues-table.scss @@ -37,6 +37,7 @@ display: flex; img { flex-basis: 35px; + flex-shrink: 0; } figcaption { margin-left: .5rem; From 4003e1193ad27b9db5cf73ca9cfc9111a90dccb5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Xavier=20Juli=C3=A1n?= Date: Mon, 29 Sep 2014 12:32:11 +0200 Subject: [PATCH 03/65] Known SVG bug in chrome rendering rotated to improve the pain --- app/coffee/modules/nav.coffee | 5 ++++- app/styles/modules/home-projects-list.scss | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/app/coffee/modules/nav.coffee b/app/coffee/modules/nav.coffee index 44c913c6..2741d3d1 100644 --- a/app/coffee/modules/nav.coffee +++ b/app/coffee/modules/nav.coffee @@ -275,8 +275,11 @@ ProjectMenuDirective = ($log, $compile, $auth, $rootscope, $tgAuth, $location, $ mainTemplate = _.template("""