diff --git a/imports/ui/components/partiesList/partiesList.less b/imports/ui/components/partiesList/partiesList.less index b0bc5dc4a..14df29cd7 100644 --- a/imports/ui/components/partiesList/partiesList.less +++ b/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";