mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2025-02-25 05:44:13 -05:00
adjust size of thanks modal
This commit is contained in:
parent
a621449153
commit
5acff71cf7
2 changed files with 3 additions and 2 deletions
|
@ -46,12 +46,13 @@ const StudioReportModal = ({
|
|||
isOpen
|
||||
className="studio-report-modal"
|
||||
onRequestClose={handleClose}
|
||||
useStandardSizes
|
||||
>
|
||||
<ModalTitle
|
||||
className="studio-report-title"
|
||||
/>
|
||||
<div
|
||||
className="studio-report-thanks"
|
||||
className="studio-report-thanks-content"
|
||||
>
|
||||
<img
|
||||
src="/svgs/studio/report-thanks.svg"
|
||||
|
|
|
@ -92,7 +92,7 @@
|
|||
justify-content: flex-end;
|
||||
}
|
||||
|
||||
.studio-report-thanks {
|
||||
.studio-report-thanks-content {
|
||||
display: flex;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue