-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Make gitpod's build output bigger #1502
Comments
@Kreyren Excellent idea, thanks! We could add a sort of Maximize/Fullscreen button. Do you happen to have the custom CSS at hand? 😇 |
I doubt that it works outside of my environment though.. .start .log .log-container {
position: absolute;
bottom: 0;
left: 0;
right: 0;
margin: auto;
height: 100%;
}
.start .log .log-container .xterm-log {
position: relative;
z-index: 1000;
text-align: center;
box-sizing: content-box;
padding: 0.5em;
border-radius: 1px;
background-color: var(--background-color2);
height: 100%;
} EDIT: forget the other line |
@jankeromnes FWIW i am testing gitpod in gitpod so ideally something that can be configured to allow this workflow without the need to keep pressing the button, but just the button is acceptable ^-^ |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
I usually test gitpod this way:
Where the build output is too small which makes me to make customCSS all the time that is annoying..
Expected
Add a toggle switch that would make the build output on whole page
The text was updated successfully, but these errors were encountered: