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

Make gitpod's build output bigger #1502

Closed
Kreyren opened this issue May 13, 2020 · 4 comments
Closed

Make gitpod's build output bigger #1502

Kreyren opened this issue May 13, 2020 · 4 comments
Labels
meta: stale This issue/PR is stale and will be closed soon

Comments

@Kreyren
Copy link

Kreyren commented May 13, 2020

I usually test gitpod this way:
image

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

@jankeromnes
Copy link
Contributor

@Kreyren Excellent idea, thanks! We could add a sort of Maximize/Fullscreen button.

Do you happen to have the custom CSS at hand? 😇

@Kreyren
Copy link
Author

Kreyren commented May 13, 2020

Do you happen to have the custom CSS at hand? 😇 @jankeromnes

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%;
}

looks alike:
image

EDIT: forget the other line
EDIT2: Added screenshot

@Kreyren
Copy link
Author

Kreyren commented May 13, 2020

@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 ^-^

@stale
Copy link

stale bot commented Oct 4, 2020

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.

@stale stale bot added the meta: stale This issue/PR is stale and will be closed soon label Oct 4, 2020
@stale stale bot closed this as completed Mar 19, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
meta: stale This issue/PR is stale and will be closed soon
Projects
None yet
Development

No branches or pull requests

2 participants