-
Notifications
You must be signed in to change notification settings - Fork 189
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
Extend build terminal in dashboard to full height of viewport #2519
Comments
@humphd I would like to work on this for release 0.4 |
@Yoda-Canada sounds good. NOTE: this isn't enough for 0.4, so look for some other things to pair it with. |
@humphd where is the code? I find the code in the webpage, but can't find it on GitHub. |
Yes, it gets created dynamically by xterm.js at runtime. You need to stretch the |
@humphd I try to use the following code to solve this issue, but it doesn't change. Then I check the container size and the main class size doesn't fit the whole screen. I changed the max-height, but it not useful. Could you give some clues?
|
Short of solving this myself, I'm not sure. You need to do some research, work with your classmates to try and dig into things, etc. You can do this. |
Might be wrong on this as I'm not the best with css and styling in general but this is what you want right? I also had it align with the dashboard as well 2021-11-25.23-18-55.mp4ll |
@HyperTHD I think it is right. Could you tell me how to do it? thx |
It's the height of the xterm-screen itself. I looked at the new status service related content and couldn't find out where it gets loaded into, but you'd basically want to increase the height of that, and add some border radius so that it ends up rounded at the bottom like the dashboard. Hope this helps @Yoda-Canada |
Closed with #2556 |
The build terminal (see https://dev.api.telescope.cdot.systems/v1/status/pages/build.html) is only occupying the top portion of the page. Let's have it extend to fill the available space vertically.
The text was updated successfully, but these errors were encountered: