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.
 
 
 
 
 

56 lines
1.0 KiB

  1. /*------------------------------------------------------------------------------
  2. 28.0 - Site Icon
  3. ------------------------------------------------------------------------------*/
  4. .site-icon-preview .favicon-preview {
  5. margin: 5px 0 20px;
  6. overflow: hidden;
  7. position: relative;
  8. max-width: 180px;
  9. }
  10. .site-icon-preview .favicon,
  11. .site-icon-preview .browser-title {
  12. height: 16px;
  13. left: 88px;
  14. overflow: hidden;
  15. position: absolute;
  16. top: 16px;
  17. }
  18. .site-icon-preview .favicon {
  19. width: 16px;
  20. }
  21. .site-icon-preview .browser-title {
  22. left: 109px;
  23. width: 72px;
  24. white-space: nowrap;
  25. }
  26. .site-icon-preview .app-icon-preview {
  27. background-color: #000;
  28. -webkit-border-radius: 16px;
  29. border-radius: 16px;
  30. height: 64px;
  31. overflow: hidden;
  32. width: 64px;
  33. margin-top: 5px;
  34. }
  35. /* rtl:ignore */
  36. .site-icon-preview .favicon,
  37. .site-icon-preview .app-icon-preview {
  38. direction: ltr;
  39. }
  40. .customize-control-site_icon .favicon-preview {
  41. float: left;
  42. margin-right: 12px;
  43. margin-bottom: 0;
  44. }
  45. .customize-control-site_icon .app-icon-preview {
  46. margin-top: 9px;
  47. }