fix(ui): fix generate button size in ui
This commit is contained in:
parent
b90de1dfc0
commit
3e4e26fa12
@ -85,7 +85,7 @@
|
||||
}
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 912px)
|
||||
@media only screen and (max-width: 1026px)
|
||||
{
|
||||
.header-row {
|
||||
flex-wrap: wrap;
|
||||
|
@ -314,7 +314,7 @@ class Header extends React.Component {
|
||||
label={__('Generate')}
|
||||
backgroundColor='#eb9534'
|
||||
labelColor='white'
|
||||
style={{height: 60, width: 160, borderRadius: 5, margin: 5, zIndex: 1}}
|
||||
style={{height: 60, borderRadius: 5, margin: 5, zIndex: 1}}
|
||||
buttonStyle={{borderRadius: 5}}
|
||||
icon={
|
||||
<svg fill='white' style={{height: 30}} viewBox="0 0 512 512"><path d="m437.02 74.98c-48.352-48.351-112.64-74.98-181.02-74.98s-132.668 26.629-181.02 74.98c-48.351 48.352-74.98 112.64-74.98 181.02s26.629 132.668 74.981 181.02c3.585 3.585 8.533 4.965 13.176 4.161.007.001.01.008.019.007l121.199-21.227c3.038-.532 5.838-1.987 8.019-4.168l194.918-194.919c5.858-5.858 5.858-15.355 0-21.213l-99.986-99.986c-5.857-5.858-15.355-5.858-21.213 0l-194.919 194.919c-2.182 2.181-3.637 4.982-4.169 8.02l-15.814 90.361c-29.97-39.169-46.211-86.821-46.211-136.975 0-124.617 101.383-226 226-226s226 101.383 226 226-101.383 226-226 226c-8.284 0-15 6.716-15 15s6.716 15 15 15c68.38 0 132.668-26.629 181.02-74.98 48.351-48.352 74.98-112.64 74.98-181.02s-26.629-132.668-74.98-181.02zm-320.419 261.234 59.176 59.175-71.73 12.563zm90.185 47.759-28.773-28.773 173.705-173.705 28.773 28.773zm94.933-252.478 28.787 28.787-173.706 173.705-28.786-28.787z"/></svg>
|
||||
|
Loading…
Reference in New Issue
Block a user