File tree Expand file tree Collapse file tree
AudioCuesheetEditor/Shared/Inputs Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -25,10 +25,18 @@ along with Foobar. If not, see
2525 <ActivatorContent >
2626 <MudPaper Height =" 300px" Outlined Class =" @dragClass" >
2727 <MudStack AlignItems =" AlignItems.Center" >
28- <MudIcon Icon =" @Icons.Material.Outlined.FileUpload" Style =" font-size: 8rem;" />
29- <MudText Typo =" Typo.h4" Align =" Align.Center" >
30- @_localizer ["Drag and drop files here or click to choose files"]
31- </MudText >
28+ <MudHidden Breakpoint =" Breakpoint.SmAndDown" >
29+ <MudIcon Icon =" @Icons.Material.Outlined.FileUpload" Style =" font-size: 8rem;" />
30+ <MudText Typo =" Typo.h4" Align =" Align.Center" >
31+ @_localizer ["Drag and drop files here or click to choose files"]
32+ </MudText >
33+ </MudHidden >
34+ <MudHidden Breakpoint =" Breakpoint.SmAndDown" Invert >
35+ <MudIcon Icon =" @Icons.Material.Outlined.FileUpload" Style =" font-size: 4rem;" />
36+ <MudText Typo =" Typo.h6" Align =" Align.Center" >
37+ @_localizer ["Drag and drop files here or click to choose files"]
38+ </MudText >
39+ </MudHidden >
3240 </MudStack >
3341 </MudPaper >
3442 </ActivatorContent >
You can’t perform that action at this time.
0 commit comments