mirror of
https://github.com/sigoden/dufs.git
synced 2026-04-08 16:49:02 +03:00
[GH-ISSUE #333] Files are not displayed when the page width is narrow (mobile especially) #177
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @fx-k on GitHub (Jan 3, 2024).
Original GitHub issue: https://github.com/sigoden/dufs/issues/333
Hey! Thanks to this amazing project for helping me easily run webdav and display files by basic web.
But when I access the page on my mobile phone, I find that if the title of the folder is relatively long (but it is within the legal length), it will be displayed in a new line. Once this happens, none of the files in the folder will not be displayed on the page.
At first, I thought it was a mistake with my mobile browser, but now I can easily reproduce this issue in my computer chrome: open the dufs website, enter a relatively long folder, and then narrow the browser window, you will find All the files in this folder disappear from the web interface!
I'm currently using docker to deploy dufs, the image is:
sigoden/dufs@sha256:65b2af775272f7394c2c71ae6d0d5b5e0fe3382a071991a9b912f118a6215352dufs will be even better if this issue is solved, thanks in advance :-)
@sigoden commented on GitHub (Jan 3, 2024):
Based on the information you provided, it is difficult for me to reproduce the question.
The most crucial information for me to locate the problem in the logs, don't skip it. @keke1229488344
@sigoden commented on GitHub (Jan 5, 2024):
Close this issue due to lack of information.
@ShouNichi commented on GitHub (Jun 20, 2024):
It is a frontend problem. When the title bar(folder name) gets too long, it will become multiple lines thus hiding the files.
Edit: Should be solved now.