-
-
Notifications
You must be signed in to change notification settings - Fork 65
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
Expanded mail has fixed height regardless of its content #736
Comments
And this is on the standard and error output when I hit enter on the message:
|
I have a similar problem. |
Not sure, but might that also be connected to #720 ? |
Maybe, but I would guess this issue relates to thread-view.scss, not part.scss. Still don't know what to try. |
Rebasing onto https://github.com/ibuclaw/astroid/tree/remove_iframes seems to fix the issue for me |
Can confirm that this works for me too. |
Is there any progress made? I find it tricky to create a nix overlay that rebases on the branch mentioned above, and as @Radvendii mentioned, Astroid is basically unusable that way... |
I made a branch with the changes in it. You can use this overlay for now
Not sure what the |
Does #743 fix it? |
You can already use #747 in Nixpkgs using final: prev:
{
astroid = prev.astroid.overrideAttrs (old: {
version = "0.16.2024-05-28";
src = fetchFromGitHub {
owner = "astroidmail";
repo = "astroid";
rev = "c7b223bd91f6b8d19307aaba67fc4bff28d1368f";
hash = "sha256-ex+3AUu4VJRnYf2fKs23J68/xKCcIxZxK/Rv9d86+IU=";
};
patches = [];
});
} EDIT: Updated rev and hash to head of PR. |
Hi,
since some Ubuntu
apt upgrade
all expanded boxes in thread-view has fixed height approx 350px:The only way how to see the rest of the content is to drag and move the mouse.
I removed
~/.config/astroid
directory, no change.Collapsed view looks same:
Could anyone tell me what could be wrong, please?
Thank you,
m.
The text was updated successfully, but these errors were encountered: