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
…fixes
  • Loading branch information
DeeJayElly committed Oct 27, 2020
1 parent b35aa59 commit 3ba8c57
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions source/renderer/app/components/news/NewsFeed.scss
Expand Up @@ -95,15 +95,14 @@
overflow: hidden;
padding: 20px;

&.emptyFeedContainer {
height: 100%;

&.hasUpdate {
.newsFeedEmptyContainer {
height: calc(100% - 100px) !important;
}
&.hasUpdate.emptyFeedContainer {
.newsFeedEmptyContainer {
height: calc(100% - 100px) !important;
}
}

&.emptyFeedContainer {
height: 100%;
.newsFeedEmptyContainer {
height: 100%;
}
Expand Down

0 comments on commit 3ba8c57

Please sign in to comment.