Skip to content

Commit

Permalink
Give folder list and link batch list more space on mobile; correct "n…
Browse files Browse the repository at this point in the history
…o folder" notification spacing.
  • Loading branch information
rebeccacremona committed Oct 18, 2024
1 parent b21e1d8 commit 2994dbe
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions perma_web/static/css/style-responsive.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3946,11 +3946,7 @@ footer {

.col-folders, #folder-tree {
@media (max-width: $width-desktop) {
margin-bottom: $double;
// override IE-10 compatible JS on mobile
// to improve experience for users w/ few folders
height: 30vh !important;
padding-bottom: 5ex !important;
height: 50vh;
}
}

Expand Down Expand Up @@ -4059,12 +4055,9 @@ footer {
text-align: center;
font-weight: 200;
font-size: 24px;
margin-top: $double;
margin: $grid * 4 0 $grid * 7;
font-family: $font-hed-alt;
color: $color-blue;
@include respond-tablet {
margin-top: $grid * 6;
}
}

.item-container._isExpandable {
Expand Down

0 comments on commit 2994dbe

Please sign in to comment.