Greasy Fork镜像 还支持 简体中文。

Misc Layout Tweaks for Gmail

Assorted layout tweaks for Gmail

  1. /* ==UserStyle==
  2. * @name Misc Layout Tweaks for Gmail
  3. * @namespace http://github.com/exterrestris
  4. * @description Assorted layout tweaks for Gmail
  5. * @version 0.3.1
  6. ==/UserStyle== */
  7.  
  8. @namespace url(http://www.w3.org/1999/xhtml);
  9.  
  10. @-moz-document domain("mail.google.com") {
  11. .age.apN {
  12. overflow-x: auto;
  13. }
  14.  
  15. .age.apP {
  16. overflow-x: hidden;
  17. }
  18.  
  19. .aps {
  20. background-color: #f0f0ff;
  21. }
  22.  
  23. .xX {
  24. width: 13ex;
  25. }
  26.  
  27. .Wg {
  28. padding-right: 8px;
  29. padding-top: 10px;
  30. }
  31.  
  32. .a3s img {
  33. max-width: 100%;
  34. height: auto;
  35. }
  36.  
  37. .a3s :not(table):not(tbody):not(tr):not(th):not(td) > table:not([width]):not([style*="width"]), .aHU :not(table):not(tbody):not(tr):not(th):not(td) > table[width]:not([align]):not([width$="%"]) {
  38. width: 100% !important;
  39. }
  40.  
  41. .ao8 {
  42. padding-right: 0;
  43. }
  44.  
  45. * {
  46. scrollbar-width: thin;
  47. }
  48. }

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址