diff --git a/app/styles/app/modules/tiles.sass b/app/styles/app/modules/tiles.sass index b5a4d4cc..605e3d31 100644 --- a/app/styles/app/modules/tiles.sass +++ b/app/styles/app/modules/tiles.sass @@ -170,13 +170,21 @@ height: 64px .tile-main color: #7d8282 + // variations if env and/or code are set + p.tile-single-line + padding: 0 + line-height: 1.4 + &:only-of-type + padding: .7em 0 + .icon--env + height: 1.2em + .icon--code + width: 1.3em + height: 1.2em .icon margin-right: .3em .icon.mac height: 1.6em - .tile-double-line - padding: 0 - line-height: 1.4 @media #{$medium-up} white-space: nowrap overflow: hidden diff --git a/app/templates/jobs.hbs b/app/templates/jobs.hbs index d0218cfe..d9f80611 100644 --- a/app/templates/jobs.hbs +++ b/app/templates/jobs.hbs @@ -20,9 +20,9 @@
{{#if config.env}} -

{{config.global_env}} {{config.env}}

-

{{view.languages}}

- {{else}} +

{{config.global_env}} {{config.env}}

+ {{/if}} + {{#if view.languages}}

{{view.languages}}

{{/if}}