Skip to content

Commit

Permalink
Step 22.15: Fix layout to match both mobile and web
Browse files Browse the repository at this point in the history
  • Loading branch information
Kamil Kisiela authored and Dotan Simha committed Nov 22, 2016
1 parent 1953797 commit 2c20971
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions imports/ui/components/partiesList/partiesList.less
@@ -1,7 +1,20 @@
parties-list {
> div:first-child {
height: calc(~"100vh - 64px");
}

[ui-sref] {
cursor: pointer;
}

.list-web {
overflow-y: visible;
overflow-x: hidden;
}

.list-mobile > .card:first-child {
margin-top: 0;
}
}

@import "../partiesMap/partiesMap.less";
Expand Down

0 comments on commit 2c20971

Please sign in to comment.