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

line-height property breaks screen layout #703

Closed
raphamorim opened this issue Oct 11, 2024 · 3 comments
Closed

line-height property breaks screen layout #703

raphamorim opened this issue Oct 11, 2024 · 3 comments

Comments

@raphamorim
Copy link
Owner

Issue originally posted on Rio discord.

Microsoft Windows:

image
image

(I haven't reproduced it yet)

@SunP04
Copy link

SunP04 commented Oct 11, 2024

Issue was in my computer, installed it through scoop.

Configuration:

padding-x = 15
padding-y = [7, 5]

line-height = 1.1

working-dir = "my-home"
confirm-before-quit = false

[cursor]
shape = 'block'
blinking = true
blinking-interval = 650

[window]
width = 1280
height = 1000
mode = "Maximized"
opacity = 0.9
blur = true
decorations = "Disabled"

[window.background-image] 
path = "yep cat"
opacity = 0.4

[editor]
program = "hx"
args = []

[renderer]
performance = "high"
backend = "automatic"
disable-unfocused-render = false
level = 1

[fonts]
size = 16
family = "FantasqueSansM Nerd Font Mono"
weight = 800

# [fonts.bold]
# weight = 900

[shell]
program = "nu"
args = []

[bindings]
keys = [
  { key = "t", with = "control", action = "CreateTab" },
  { key = "w", with = "control", action = "CloseTab" },
]

@SunP04
Copy link

SunP04 commented Oct 12, 2024

"Solution" line-height was not fully supported yet, so it missaligned the content (I think).

@raphamorim raphamorim changed the title padding problems line-height property breaks screen layout Oct 12, 2024
@raphamorim
Copy link
Owner Author

closing this issue since is duplicated of #449

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

No branches or pull requests

2 participants