mobile-echo.less 560 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. /* HACKS */
  2. .mobile-menu-active a.mw-echo-alert {
  3. padding-left: 1em;
  4. padding-right: 1em;
  5. }
  6. // This is all hacks
  7. #echo-hack-badges {
  8. list-style: none;
  9. margin: 0;
  10. position: absolute;
  11. top: 1px;
  12. left: 1.5em;
  13. pointer-events: none;
  14. li {
  15. white-space: nowrap;
  16. }
  17. // More hacks
  18. #pt-notifications-alert .mw-echo-notifications-badge,
  19. #pt-notifications-notice .mw-echo-notifications-badge {
  20. width: 1.9em;
  21. overflow: hidden;
  22. height: 16;
  23. top: 0;
  24. color: transparent;
  25. &:before {
  26. display: none;
  27. }
  28. &:after {
  29. left: 0;
  30. top: 0;
  31. }
  32. }
  33. }