Misc Layout Tweaks for Gmail

Assorted layout tweaks for Gmail

Dovrai installare un'estensione come Tampermonkey, Greasemonkey o Violentmonkey per installare questo script.

You will need to install an extension such as Tampermonkey to install this script.

Dovrai installare un'estensione come Tampermonkey o Violentmonkey per installare questo script.

Dovrai installare un'estensione come Tampermonkey o Userscripts per installare questo script.

Dovrai installare un'estensione come ad esempio Tampermonkey per installare questo script.

Dovrai installare un gestore di script utente per installare questo script.

(Ho già un gestore di script utente, lasciamelo installare!)

Dovrai installare un'estensione come ad esempio Stylus per installare questo stile.

Dovrai installare un'estensione come ad esempio Stylus per installare questo stile.

Dovrai installare un'estensione come ad esempio Stylus per installare questo stile.

Dovrai installare un'estensione per la gestione degli stili utente per installare questo stile.

Dovrai installare un'estensione per la gestione degli stili utente per installare questo stile.

Dovrai installare un'estensione per la gestione degli stili utente per installare questo stile.

(Ho già un gestore di stile utente, lasciamelo installare!)

/* ==UserStyle==
 * @name         Misc Layout Tweaks for Gmail
 * @namespace    http://github.com/exterrestris
 * @description  Assorted layout tweaks for Gmail
 * @version      0.3.2
 ==/UserStyle== */

@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("mail.google.com") {
  .age.apN {
    overflow-x: auto;
  }

  .age.apP {
    overflow-x: hidden;
  }

  .aps {
    background-color: #f0f0ff;
  }

  .xX {
    width: 13ex;
  }

  .Wg {
    padding-right: 8px;
    padding-top: 10px;
  }

  .a3s img {
    max-width: 100%;
    height: auto;
  }

  .a3s :not(table, tbody, tr, th, td) > table:not([width], [style*="width"]),
  .aHU :not(table, tbody, tr, th, td) > table[width]:not([align], [width$="%"]) {
    width: 100% !important;
  }

  .ao8 {
    padding-right: 0;
  }

  * {
    scrollbar-width: thin;
  }
}