Skip to content

Commit

Permalink
Show all details on mobile when showProgressDetails is true
Browse files Browse the repository at this point in the history
  • Loading branch information
Murderlon committed Sep 7, 2021
1 parent 6786708 commit 4ef070f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
5 changes: 0 additions & 5 deletions packages/@uppy/dashboard/src/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -705,11 +705,6 @@
height: 100%;
}

// Do not show progress details in the StatusBar if we do not have space.
.uppy-Dashboard:not(.uppy-size--md) .uppy-StatusBar-additionalInfo {
display: none;
}

.uppy-Dashboard-filesContainer {
@include clearfix;

Expand Down
6 changes: 1 addition & 5 deletions packages/@uppy/status-bar/src/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,14 @@
position: relative;
z-index: $zIndex-2;
display: flex;
height: 40px;
height: 46px;
color: $white;
font-weight: 400;
font-size: 12px;
line-height: 40px;
background-color: $white;
transition: height 0.2s;

.uppy-size--md & {
height: 46px;
}

[data-uppy-theme="dark"] & {
background-color: $gray-900;
}
Expand Down

0 comments on commit 4ef070f

Please sign in to comment.