Skip to content

Commit

Permalink
Fixed #6872 - Mobile: Decrease paddings for file question placeholder
Browse files Browse the repository at this point in the history
  • Loading branch information
tsv2013 committed Sep 10, 2023
1 parent bbbf8f2 commit 6631b50
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/defaultV2-theme/blocks/sd-file.scss
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,12 @@
line-height: multiply(1.5, $font-editorfont-size);
}

.sd-root-modern--mobile {
.sd-file__drag-area-placeholder {
padding: 0 calcSize(4);
}
}

.sd-file__choose-btn--text {
display: block;
margin-top: calcSize(1);
Expand Down

0 comments on commit 6631b50

Please sign in to comment.