Skip to content

Commit

Permalink
fix(UploadWizard): 🐛 add small fixes to layout
Browse files Browse the repository at this point in the history
  • Loading branch information
alistair3149 committed Jan 8, 2025
1 parent 4261645 commit 443278f
Showing 1 changed file with 16 additions and 2 deletions.
18 changes: 16 additions & 2 deletions skinStyles/extensions/UploadWizard/ext.uploadWizard.less
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,10 @@
}

&-add-file-container {
display: flex;
align-items: center;
&:not( .mwe-upwiz-add-files-0 ) {
display: flex;
align-items: center;
}

.mwe-upwiz-add-file {
flex-grow: 1;
Expand Down Expand Up @@ -150,6 +152,13 @@
}

&-file {
&-endchoice {
> .oo-ui-horizontalLayout {
// Fix incorrect alignment for flex
justify-content: end;
}
}

&-license,
&-status {
margin-top: 0;
Expand Down Expand Up @@ -284,4 +293,9 @@
&-label-extra {
font-size: var( --font-size-small );
}

&-count {
font-size: var( --font-size-small );
color: var( --color-subtle );
}
}

0 comments on commit 443278f

Please sign in to comment.