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

[Bug] Can not close or drag image popup from friends chat #44

Open
4 tasks done
Gazryel opened this issue Dec 9, 2024 · 0 comments
Open
4 tasks done

[Bug] Can not close or drag image popup from friends chat #44

Gazryel opened this issue Dec 9, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@Gazryel
Copy link

Gazryel commented Dec 9, 2024

Before Reporting

  • I found no existing issues matching my bug
  • I found no existing issues matching my bug on the Millennium Repo
  • I completely restarted Steam and checked if the bug is still there
  • I have checked if I use the latest version

Describe the Bug!

  1. When opening an image sent thought the chat there is no title area so it can't be dragged nor closed.
  2. I also assume that it has the wrong colors
    image

Expected Behavior

  1. Be able to drag the window and close it
  2. I guess it should look something like this
    image

I used

/* Image popup set correct top bar */
.PopupFullWindow .TitleBar.title-area {
    top: 0;
    width: 100%;
    margin-left: 0;
}

/* Background for the images */
.PopupFullWindow ._1ILFQY2sxyGFT_n-fifayy {
    padding: 31px 10px 10px 10px;
    border: 3px solid rgb(var(--color-5));
    border-radius: 8px;
    background: rgb(var(--color-4));
}

Steps To Reproduce

  1. Start a chat with a friend
  2. Send an image
  3. Open the image

Operating System

Windows

@Gazryel Gazryel added the bug Something isn't working label Dec 9, 2024
@github-project-automation github-project-automation bot moved this to To triage in Issue Tracker Dec 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: To triage
Development

No branches or pull requests

1 participant