Skip to content

Commit

Permalink
Увеличение занимаемого картой пространства на мобильных устройствах (#…
Browse files Browse the repository at this point in the history
…105)

* minimize info-panel

* minimize filter panel

* fix:prettier

* Apply suggestions from code review

Co-authored-by: Denis Evgrafov <stereodenis@gmail.com>

---------

Co-authored-by: Denis Evgrafov <stereodenis@gmail.com>
Co-authored-by: Alexander Mart <alex.mart.mail@gmail.com>
  • Loading branch information
3 people committed Nov 13, 2023
1 parent 4b14360 commit c12f684
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

@media screen and (max-width: 800px) {
max-height: calc(100% - 120px);
margin-top: 70px;
margin-top: 50px;
margin-left: 8px;
}

Expand All @@ -43,6 +43,10 @@
flex-direction: column;
padding: 20px;
padding-bottom: 38px;

@media screen and (max-width: 800px) {
padding: 6px 16px 15px;
}
}

.filter-panel-category {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
gap: 0 40px;
grid-template-columns: auto auto auto auto;
grid-template-rows: auto auto;
padding: 12px 20px;
padding: 0px 20px 12px;
align-items: baseline;

@media screen and (max-width: 800px) {
Expand Down

0 comments on commit c12f684

Please sign in to comment.