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]: navbar is not dynamic #2097

Closed
1 task done
pheiduck opened this issue Oct 24, 2024 · 0 comments · Fixed by #2162
Closed
1 task done

[Bug]: navbar is not dynamic #2097

pheiduck opened this issue Oct 24, 2024 · 0 comments · Fixed by #2162
Labels
Bug Something isn't working Front End Issues or pull requests related to front-end development

Comments

@pheiduck
Copy link
Contributor

pheiduck commented Oct 24, 2024

Installation Method

Docker

The Problem

Discovered in v0.30.1 not sure if it was working as expected in previous versions.
The navigation bar does not update its size when the window is in full or not full screen. See video:

2024-10-24_21-37-08.1.mp4

Version of Stirling-PDF

0.30.1

Last Working Version of Stirling-PDF

No response

Page Where the Problem Occurred

No response

Docker Configuration

services:
  stirling-pdf:
    container_name: stirling-pdf
    image: frooodle/s-pdf:latest
    restart: always
    ports:
      - 'hidden'
    volumes:
      - ./trainingData:/usr/share/tessdata
      - ./extraConfigs:/configs
    environment:
      - DOCKER_ENABLE_SECURITY=true
      - SECURITY_ENABLE_LOGIN=true
      - INSTALL_BOOK_AND_ADVANCED_HTML_OPS=false
      - LANGS=de_DE

Relevant Log Output

No response

Additional Information

No response

Browsers Affected

Firefox, Chrome, Safari

No Duplicate of the Issue

  • I have verified that there are no existing issues raised related to my problem.
@Ludy87 Ludy87 added Bug Something isn't working Front End Issues or pull requests related to front-end development labels Oct 25, 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 Front End Issues or pull requests related to front-end development
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants
@Ludy87 @pheiduck and others