diff --git a/src/routes/Board/styles.less b/src/routes/Board/styles.less index 38542adfd..a12f2e402 100644 --- a/src/routes/Board/styles.less +++ b/src/routes/Board/styles.less @@ -44,7 +44,7 @@ } } - .board-row-landscape { + .board-row-landscape, .continue-watching-row { .meta-item, .meta-item-placeholder { &:nth-child(n+9) { display: none; @@ -58,14 +58,6 @@ @media only screen and (max-width: @normal) { .board-container { .board-content { - .continue-watching-row { - .meta-item, .meta-item-placeholder { - &:nth-child(n+10) { - display: none; - } - } - } - .board-row-poster, .board-row-square { .meta-item, .meta-item-placeholder { &:nth-child(n+9) { @@ -74,7 +66,7 @@ } } - .board-row-landscape { + .board-row-landscape, .continue-watching-row { .meta-item, .meta-item-placeholder { &:nth-child(n+8) { display: none; @@ -88,14 +80,6 @@ @media only screen and (max-width: @medium) { .board-container { .board-content { - .continue-watching-row { - .meta-item, .meta-item-placeholder { - &:nth-child(n+9) { - display: none; - } - } - } - .board-row-poster, .board-row-square { .meta-item, .meta-item-placeholder { &:nth-child(n+8) { @@ -104,7 +88,7 @@ } } - .board-row-landscape { + .board-row-landscape, .continue-watching-row { .meta-item, .meta-item-placeholder { &:nth-child(n+7) { display: none; @@ -118,14 +102,6 @@ @media only screen and (max-width: @small) { .board-container { .board-content { - .continue-watching-row { - .meta-item, .meta-item-placeholder { - &:nth-child(n+8) { - display: none; - } - } - } - .board-row-poster, .board-row-square { .meta-item, .meta-item-placeholder { &:nth-child(n+7) { @@ -134,7 +110,7 @@ } } - .board-row-landscape { + .board-row-landscape, .continue-watching-row { .meta-item, .meta-item-placeholder { &:nth-child(n+6) { display: none; @@ -148,14 +124,6 @@ @media only screen and (max-width: @xsmall) { .board-container { .board-content { - .continue-watching-row { - .meta-item, .meta-item-placeholder { - &:nth-child(n+7) { - display: none; - } - } - } - .board-row-poster, .board-row-square { .meta-item, .meta-item-placeholder { &:nth-child(n+6) { @@ -164,7 +132,7 @@ } } - .board-row-landscape { + .board-row-landscape, .continue-watching-row { .meta-item, .meta-item-placeholder { &:nth-child(n+5) { display: none; @@ -178,14 +146,6 @@ @media only screen and (max-width: @minimum) { .board-container { .board-content { - .continue-watching-row { - .meta-item, .meta-item-placeholder { - &:nth-child(n+6) { - display: none; - } - } - } - .board-row-poster, .board-row-square { .meta-item, .meta-item-placeholder { &:nth-child(n+5) { @@ -194,7 +154,7 @@ } } - .board-row-landscape { + .board-row-landscape, .continue-watching-row { .meta-item, .meta-item-placeholder { &:nth-child(n+4) { display: none;