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

Not a bug just a little help #7

Closed
joaoKuchnir opened this issue Nov 4, 2024 · 2 comments
Closed

Not a bug just a little help #7

joaoKuchnir opened this issue Nov 4, 2024 · 2 comments

Comments

@joaoKuchnir
Copy link

is it possible to change the line height in the vscod file tree? f so, can you help with a style setting? xD

@subframe7536
Copy link
Owner

It would be hard to implement it in CSS, because its position is controlled by offset, and attr(data-index number) is not supported in calc() currently.

<div 
  class="monaco-list-row"
  role="treeitem"
  data-index="8"
  data-last-element="false"
  data-parity="even"
  aria-setsize="3"
  aria-posinset="1"
  id="list_id_2_8"
  aria-selected="false"
  aria-label="components"
  aria-level="2"
  aria-expanded="true"
  draggable="true"
  style="top: 176px;height: 22px;line-height: 22px;"
>

@subframe7536
Copy link
Owner

Someone provide a solution: drcika/apc-extension#230 (comment)

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