Skip to content

Commit

Permalink
DDW-418 - Align vertically the "News feed empty" message - container …
Browse files Browse the repository at this point in the history
…update item fixes
  • Loading branch information
DeeJayElly committed Oct 28, 2020
1 parent 316300f commit 5083a67
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions source/renderer/app/components/news/NewsFeed.scss
Expand Up @@ -123,15 +123,18 @@
text-align: center;
}
}

.newsFeedList {
height: calc(100% - 104px);
overflow-x: hidden;
overflow-y: overlay;
padding: 0 20px 20px 0;
position: absolute;
width: calc(100% - 20px);

&.hasUpdate {
height: calc(100% - 220px);
margin-top: 115px;
}
}
}
Expand Down

0 comments on commit 5083a67

Please sign in to comment.