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

[enhancement] remove fitted-full-page preview header, it is driving image down, shows a extra/double scroller, buttons can be floated, with alpha/transparency, still locate on top left corner. taking too much vertical space, there are only 1080 pixels #10244

Closed
1 task done
bryanray opened this issue May 10, 2023 · 4 comments
Labels
enhancement New feature or request

Comments

@bryanray
Copy link

bryanray commented May 10, 2023

Is there an existing issue for this?

  • I have searched the existing issues and checked the recent builds/commits

What happened?

buttons can be floated, with alpha/transparency, still locate on top left corner.

taking too much vertical space, there are only 1080 pixels

image

@bryanray bryanray added the bug-report Report of a bug, yet to be confirmed label May 10, 2023
@bryanray bryanray changed the title [enhancement] remove fitted-full-page preview header, it is driving image down, shows a extra/double scroller [enhancement] remove fitted-full-page preview header, it is driving image down, shows a extra/double scroller, buttons can be floated, with alpha/transparency, still locate on top left corner. taking too much vertical space, there are only 1080 pixels May 10, 2023
@Sakura-Luna Sakura-Luna added enhancement New feature or request and removed bug-report Report of a bug, yet to be confirmed labels May 10, 2023
@missionfloyd
Copy link
Collaborator

Untitled
Put this in user.css

.modalControls {
    right: 0px;
    left: 0px;
    position: absolute;
    background-color: transparent;
}

@bryanray
Copy link
Author

hey thanks,

would you mind tell me where this user.css file located?

@missionfloyd
Copy link
Collaborator

Create it in the stable-diffusion-webui folder.

@bryanray
Copy link
Author

bryanray commented May 10, 2023

thanks,
it worked now

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants