klembot / twinejs

Twine, a tool for telling interactive, nonlinear stories
https://twinery.org
GNU General Public License v3.0
2k stars 296 forks source link

When you click on maximize a passage, the passage disappears... #1418

Open R2ot07 opened 1 year ago

R2ot07 commented 1 year ago

Describe the bug.

When you click on maximize a passage, the passage disappears...

Steps to reproduce:

I open the passage and everything is fine, but as soon as I press maximize, everything disappears.

Expected behavior:

I expected it to work as usual...

Additional context on this problem.

After I press maximize I can't interact with other passages. Have to go to the main menu

Twine version number

2.7.0

Does this problem occur with the web version of Twine or the desktop app?

Desktop app

What operating system does this problem occur on?

Windows

If this problem is occurring with the web version of Twine, what browser does it occur on?

None

Presubmission checklist

hituro commented 1 year ago

Just to confirm, exactly the same think happens on the web version, and the Mac app version

klembot commented 1 year ago

Temp workaround for this in app Twine is to put this in user.css:

.maximized .passage-edit-stack {
  height: 100%;
}

This is a regression introduced here.

R2ot07 commented 1 year ago

Temp workaround for this in app Twine is to put this in user.css:

.maximized .passage-edit-stack {
  height: 100%;
}

This is a regression introduced here.

Created a user.css file in Twine folder. I have a question. Why is there no response to this css file? 2.7.0

greyelf commented 1 year ago

@R2ot07

Why is there no response to this css file?

By "no response" do you mean:

R2ot07 commented 1 year ago

1 the application doesn't notify the end-user that a user.css file has been loaded. 2 the Passage is still disappearing css doesn't seem to work at all... 2023-07-21_06-14-28

hituro commented 1 year ago

1 the application doesn't notify the end-user that a user.css file has been loaded.

The user.css file needs to be inside the Twine folder, at the same level as the Backups and Stories folders, not in the folder with the application itself.

GenesicArthur commented 1 year ago

I created an account on GitHub just to report this bug. (And I found this thread)

Here's some extra info about my config:

Twine version: 2.7.0.0 OS: Windows 11 CPU: Intel i5-8400 GPU: AMD RX 6700 Display resolution: 2560 x 1440