Commit 930af29 1 parent b92b2dc commit 930af29 Copy full SHA for 930af29
File tree 2 files changed +7
-5
lines changed
includes/Classifai/Features
src/js/features/image-generation/media-modal
2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -345,9 +345,6 @@ public function print_media_templates() {
345
345
</select>
346
346
</label>
347
347
</div>
348
- <?php if ( $ per_image_settings ) : ?>
349
- <br>
350
- <?php endif ; ?>
351
348
<button type="button" class="button button-secondary button-large button-generate">
352
349
<?php
353
350
if ( $ number_of_images > 1 ) {
Original file line number Diff line number Diff line change 94
94
font-size : 15px ;
95
95
padding : 10px 0 ;
96
96
}
97
+
98
+ button .button-generate {
99
+ margin-top : 10px ;
100
+ display : block ;
101
+ }
97
102
}
98
103
99
104
#view-additional-image-generation-settings {
100
- margin : 10px 3px 15 px 0 ;
105
+ margin : 10px 3px 5 px 0 ;
101
106
display : inline-block ;
102
107
103
108
& :checked ~ .additional-image-generation-settings.hidden {
107
112
108
113
#view-additional-image-generation-settings-label {
109
114
display : inline-block ;
110
- margin : 10px 0 15 px ;
115
+ margin : 10px 0 5 px ;
111
116
cursor : pointer ;
112
117
}
113
118
You can’t perform that action at this time.
0 commit comments