Greasy Fork 支持 简体中文。

Misc Layout Tweaks for Gmail

Assorted layout tweaks for Gmail

目前為 2020-10-31 提交的版本,檢視 最新版本

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