MyNixOS website logo
option

programs.thunderbird.profiles.<name>.userChrome

Custom Thunderbird user chrome CSS.

Declarations
Type
strings concatenated with "\n"
Default
""
Example
''
  /* Hide tab bar in Thunderbird */
  #tabs-toolbar {
    visibility: collapse !important;
  }
''