diff --git a/app/styles/app/layouts/branches.sass b/app/styles/app/layouts/branches.sass index e2ef836f..12e6621d 100644 --- a/app/styles/app/layouts/branches.sass +++ b/app/styles/app/layouts/branches.sass @@ -41,32 +41,25 @@ @media #{$medium-up} & > div:first-of-type - width: 26% + width: 30% & > div:nth-of-type(2) width: 20% & > div:nth-of-type(3) width: 20% + // & > div:nth-of-type(4) + // width: 5% & > div:nth-of-type(4) - width: 5% - & > div:nth-of-type(5) - width: 27% + width: 28% @media #{$large-up} & > div:nth-of-type(2) width: 21% & > div:nth-of-type(3) width: 21% + // & > div:nth-of-type(4) + // width: 2em & > div:nth-of-type(4) - width: 2em - & > div:nth-of-type(5) width: 25% - @media #{$xlarge-up} - & > div:first-of-type - width: 27% - @media (min-width: 2000px) - & > div:first-of-type - width: 30% - @include statusColors($green-dark, 'passed') @include statusColors($red-dark, 'failed') @include statusColors($red-dark, 'errored') diff --git a/app/styles/app/layouts/buildheader.sass b/app/styles/app/layouts/buildheader.sass index 3438e459..d1050319 100644 --- a/app/styles/app/layouts/buildheader.sass +++ b/app/styles/app/layouts/buildheader.sass @@ -60,9 +60,6 @@ font-weight: 400 & span:hover + .tooltip display: block - ul - padding: 0 - margin: 0 .repo-main-commit position: relative diff --git a/app/styles/app/layouts/dashboard.sass b/app/styles/app/layouts/dashboard.sass index 345d39ae..d7ea1667 100644 --- a/app/styles/app/layouts/dashboard.sass +++ b/app/styles/app/layouts/dashboard.sass @@ -5,7 +5,7 @@ overflow: hidden &:after content: "" - @include fadeOut(right, -90deg, $white, 20%) + @include fadeOut(right, -90deg, $white, 30%) @mixin colorDashboardTiles($color, $status, $color2: $color) &.#{$status} @@ -77,20 +77,19 @@ @media #{$medium-up} & > div:first-of-type - width: 27% + width: 28% position: relative padding-left: 1em &:after content: "" @include fadeOut(right, -90deg, $white) + & > div:nth-of-type(2) - width: 25% + width: 27% & > div:nth-of-type(3) - width: 18% + width: 20% & > div:nth-of-type(4) - width: 18% - & > div:nth-of-type(5) - width: 10% + width: 20% h2 padding-left: 1.5em diff --git a/app/templates/components/branch-row.hbs b/app/templates/components/branch-row.hbs index e8104b53..009350d5 100644 --- a/app/templates/components/branch-row.hbs +++ b/app/templates/components/branch-row.hbs @@ -121,7 +121,7 @@ -