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

Improve Toast positioning #1323

Closed
QxxxGit opened this issue Apr 19, 2021 · 1 comment · Fixed by #4584
Closed

Improve Toast positioning #1323

QxxxGit opened this issue Apr 19, 2021 · 1 comment · Fixed by #4584
Labels
improvement Something needed tweaking.
Milestone

Comments

@QxxxGit
Copy link

QxxxGit commented Apr 19, 2021

Couldn't find an issue related to this but I apologize if there's already one.

Describe the bug
The .toast-container overlays buttons on pages where you want to edit multiple scenes, images, etc. This makes it a nuisance when editing multiple items because you have to wait until the toast disappears.

To Reproduce
Steps to reproduce the behavior:

  1. Go to scenes.
  2. Select an item to edit, click the edit icon and edit with a tag or assign to a performer (whatever works).
  3. Save the changes. You will see the toast appear over the order dropdown, edit button, etc.

Expected behavior
I believe it's better to position the toast at the bottom right of the screen, out of the way so it's not overlapping anything.

Stash Version: (from Settings -> About): 0.6.0

Desktop (please complete the following information):

  • OS: Windows 10
  • Browser: Firefox 87.0

Solution:
This works on my end. Anyone else want to verify/check for issues? Thanks to Belley from the Discord the solution seems to be (for bottom-right positioning):

.toast-container {
    position: fixed;
    right: 2rem;
    bottom: 1rem;
    top: initial;
    left: initial;
}
@QxxxGit QxxxGit added the help wanted Extra attention is needed label Apr 19, 2021
@WithoutPants WithoutPants added this to the Backlog milestone Oct 28, 2021
@WithoutPants WithoutPants added bug report Bug reports that are not yet verified and removed help wanted Extra attention is needed labels Apr 6, 2022
@tonynca
Copy link

tonynca commented Jan 5, 2024

Please fix this! It's really annoying when trying to organize my library. TY

@WithoutPants WithoutPants added improvement Something needed tweaking. and removed bug report Bug reports that are not yet verified labels Feb 13, 2024
@WithoutPants WithoutPants changed the title [Bug Report] Toast-Container positioning Improve Toast positioning Feb 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
improvement Something needed tweaking.
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

3 participants