Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Way to revert huge padding in message list if in classic layout #13

Closed
riedel opened this issue Sep 11, 2018 · 10 comments
Closed

Way to revert huge padding in message list if in classic layout #13

riedel opened this issue Sep 11, 2018 · 10 comments
Labels
enhancement New feature or request

Comments

@riedel
Copy link

riedel commented Sep 11, 2018

For me it halfs the number of displayable messages if not using vertical layout (like in the original mockup)

I guess that is somehow a wanted behaviour. But it would be great if someone could comment on this bug how to revert this styling of the message list for people using the classical layout. (And just love the colours of the theme.)

@conema
Copy link
Owner

conema commented Sep 11, 2018

Hi riedel, for remove the padding you should:

  1. Close thunderbird and go to
  • Linux: /home/[your linux user]/.thunderbird/[(literally) random letters and numbers].default/extensions
  • Windows: C:\Users\[your windows user]\AppData\Roaming\Thunderbird\Profiles\[(literally) random letters and numbers].default/extensions
  • MacOS: /home/[your macos user]/Library/Thunderbird/Profiles/[(literally) random letters and numbers].default/extensions
  1. Open the file "MonterailFullDark@conema.me.xpi" with a zip/rar tool
  2. Go to chrome/MonterailOverlay/css/
  3. Open the file "root.css" with a file editor (or move the file in the desktop and move it again on the archive after 5.)
  4. Go to row 29 and edit "--message-list-row-height" with the height that you want
  5. Save and start thunderbird

@conema conema added the enhancement New feature or request label Sep 11, 2018
@riedel
Copy link
Author

riedel commented Sep 11, 2018

Thx! Perfect! For me --message-list-row-height: 1.5rem; works nicely (particularly together with the Theme Font & Size Changer).

@conema
Copy link
Owner

conema commented Sep 11, 2018

I'm happy to hear that! Remember that you'll need to do the same thing at every theme update.

@franck-tomek
Copy link

franck-tomek commented Jun 26, 2020

Hello,
First, thanks for this great theme!
I have a problem trying to modify the css value.
I might not do the right thing.

What I tried:

  • unzip the xpi with a zip tool and modify the value in root.css. Ok but how to make an xpi again?
  • open the xpi with Atom, modify the value in root.css, save. But it seems the value isn't modified, because if I open the file again, it's the default values again.

What am I doing wrong?

@conema
Copy link
Owner

conema commented Jun 26, 2020

Hi @franck-tomek,

You should do this:

  • Unzip the xpi with a zip tool
  • Edit root.css, which you can found in the unzipped xpi
  • Create a zip archive of the unzipped modified xpi
  • Rename the file from name.zip to name.xpi
  • Substitute/reinstall the new xpi

@franck-tomek
Copy link

Well, I just did it several times with different tools, and I can't replace (the file is deleted when opening TB) nor install the new xpi: I have a message it's not compatible with TB 68.9…
Tried on Linux & Mac.

@conema
Copy link
Owner

conema commented Jun 27, 2020

Open the modified xpi with a zip tool. Do you see these folders?
immagine

@franck-tomek
Copy link

Yes!

@conema
Copy link
Owner

conema commented Jun 27, 2020

Are the files/folders in the root of the archive? (The files/folders in the screenshot shouldn't be into a folder)

Did you create the zip without compression?
(The file should be without compression or with deflate)

Are you moving the xpi file in the extensions directory? (It's really strange that you say that the file is being deleted)

If you cannot resolve with this, attach the xpi in a comment.

@franck-tomek
Copy link

Oh thanks! I was creating the zip from a folder with all files. Did it with just the files and it works, obviously. Sorry for the noise. :-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants