You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
287 B

1 year ago
  1. .wp-block-rss li a>div{
  2. display:inline;
  3. }
  4. .wp-block-rss__placeholder-form>*{
  5. margin-bottom:8px;
  6. }
  7. @media (min-width:782px){
  8. .wp-block-rss__placeholder-form>*{
  9. margin-bottom:0;
  10. }
  11. }
  12. .wp-block-rss__placeholder-form .wp-block-rss__placeholder-input{
  13. flex:1;
  14. min-width:80%;
  15. }