Skip to content
This repository has been archived by the owner on Feb 26, 2021. It is now read-only.

problems with pane‐positioning #83

Open
ghost opened this issue Mar 5, 2019 · 1 comment
Open

problems with pane‐positioning #83

ghost opened this issue Mar 5, 2019 · 1 comment
Labels
Reimplement in Reasonml To be reimplemented and fixed in Reasonml

Comments

@ghost
Copy link

ghost commented Mar 5, 2019

If I choose to dock the agda-mode info‐display‐thingie as a pane (to the right, for example), I encounter a couple of problems:

  • I cannot scroll the information at all.
  • If I close a file, the corresponding info‐display‐thingie doesn’t necessarily close when I have multiple Agda files open.

I was able to work around the first one by having this on my styles.less file:

.agda-mode > section
{
	display: grid;
	place-items: start stretch;
	align-content: start;
}

.agda-body-container
{
	place-self: stretch;
	min-width: 0;
	word-wrap: break-word;
	min-height: 0;
}

.agda-body
{
	max-height: 100%;
}
@banacorn banacorn added the Reimplement in Reasonml To be reimplemented and fixed in Reasonml label Mar 6, 2019
@banacorn
Copy link
Owner

banacorn commented Mar 6, 2019

I've had the first problem fixed in the ocaml branch.
I'll see if the second problem still also persists in the new implementation.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Reimplement in Reasonml To be reimplemented and fixed in Reasonml
Projects
None yet
Development

No branches or pull requests

1 participant