-
This is something that has been bothering me for a while now. But password fields (login screen, lock screen, pinentry-gnome3, etc.), becomes taller after you start entering text into it. I'm using a custom font: stylix.fonts = {
sansSerif = {
package = pkgs.ibm-plex;
name = "IBM Plex Sans";
};
serif = {
package = pkgs.ibm-plex;
name = "IBM Plex Serif";
};
}; So I'm guessing that it's causing an overflow somehow. Anyone experiencing the same issue? Not sure if this can be fixed in Stylix itself. |
Beta Was this translation helpful? Give feedback.
Answered by
musjj
May 10, 2025
Replies: 1 comment
-
I fixed it by adding |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
musjj
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I fixed it by adding
Adwaita Sans
to myfonts.fontconfig.defaultFonts.sansSerif
.