File tree 2 files changed +20
-4
lines changed
2 files changed +20
-4
lines changed Original file line number Diff line number Diff line change @@ -1180,6 +1180,17 @@ th.action-links {
1180
1180
overflow : hidden;
1181
1181
}
1182
1182
1183
+ .wp-filter .favorites-form .favorites-username {
1184
+ display : flex;
1185
+ align-items : center;
1186
+ flex-wrap : wrap;
1187
+ gap : 0.5rem ;
1188
+ }
1189
+
1190
+ .wp-filter .favorites-form .favorites-username input {
1191
+ margin : 0 ;
1192
+ }
1193
+
1183
1194
.show-filters .filter-drawer ,
1184
1195
.show-favorites-form .favorites-form {
1185
1196
display : block;
@@ -1288,11 +1299,13 @@ th.action-links {
1288
1299
}
1289
1300
1290
1301
.filtered-by .tags {
1291
- display : inline;
1302
+ display : flex;
1303
+ align-items : flex-start;
1304
+ flex-wrap : wrap;
1305
+ gap : 8px ;
1292
1306
}
1293
1307
1294
1308
.filtered-by .tag {
1295
- margin : 0 5px ;
1296
1309
padding : 4px 8px ;
1297
1310
border : 1px solid # dcdcde ;
1298
1311
box-shadow : 0 1px 1px rgba (0 , 0 , 0 , 0.04 );
@@ -1307,7 +1320,10 @@ th.action-links {
1307
1320
}
1308
1321
1309
1322
.filters-applied .filtered-by {
1310
- display : block;
1323
+ display : flex;
1324
+ align-items : center;
1325
+ flex-wrap : wrap;
1326
+ gap : 10px ;
1311
1327
}
1312
1328
1313
1329
.filters-applied .filter-drawer {
Original file line number Diff line number Diff line change 230
230
?>
231
231
<p class="install-help"><?php _e ( 'If you have marked themes as favorites on WordPress.org, you can browse them here. ' ); ?> </p>
232
232
233
- <p>
233
+ <p class="favorites-username" >
234
234
<label for="wporg-username-input"><?php _e ( 'Your WordPress.org username: ' ); ?> </label>
235
235
<input type="hidden" id="wporg-username-nonce" name="_wpnonce" value="<?php echo esc_attr ( wp_create_nonce ( $ action ) ); ?> " />
236
236
<input type="search" id="wporg-username-input" value="<?php echo esc_attr ( $ user ); ?> " />
You can’t perform that action at this time.
0 commit comments