style.css 982 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. .see-all-articles,
  2. .article-footer,
  3. .dropdown-toggle,
  4. .hsds-beacon,
  5. #query,
  6. .announce,
  7. .risk_work_off_wrapper,
  8. .action-link-block_action-button,
  9. .common-footer .flex-row.media-wrap,
  10. .common-footer .info,
  11. .breadcrumbs,
  12. .dapp-page .more-detail.link-hover,
  13. .section-tree-title,
  14. .article-subscribe,
  15. .article-votes-controls,
  16. .article-more-questions,
  17. .article a,
  18. .content-pc,
  19. p .underline,
  20. .mini-download,
  21. .fake-tip-wrapper,
  22. .article-page .content,
  23. .faq-page .content,
  24. .docs .footer-container .footer,
  25. .brand-page .desc-section a,
  26. .brand-page .section-inner a,
  27. #term-link,
  28. .chain-page,
  29. .header-announcement-bar-wrapper,
  30. #collection-621843cd9660896c6b856025
  31. {
  32. pointer-events: none !important;
  33. }
  34. .see-all-articles,.article-sidebar-item {
  35. display: none !important;
  36. }
  37. #beacon-container{
  38. display: none;
  39. }
  40. @media screen and (max-width: 768px) {
  41. .download-area-inner .flex-column .flex-row {
  42. width: 100%;
  43. flex-wrap: wrap;
  44. justify-content: center;
  45. }
  46. }