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

Issue with Unclear Filenames in Resource List | 资源列表文件名显示不清晰问题 #456

Closed
obama142857 opened this issue Jan 16, 2025 · 4 comments
Labels
bug Something isn't working

Comments

@obama142857
Copy link

In the resource list, the filenames of the first and second files from the top are unclear, making it uncomfortable to look at.

资源列表中,从上往下数,第一个和第二个文件的名字显示不清晰,看着眼睛很难受

Copy link

dosubot bot commented Jan 16, 2025

@obama142857 你好!我是Dosu,一个可以帮助你解决 bug、回答问题并成为贡献者的机器人。在等待人类维护者的期间,我会尽力帮助你。

The issue with unclear filenames in the resource list might be due to the CSS styles applied to them. The filenames are displayed with a maximum width of 100 pixels on smaller screens and 250 pixels on medium screens, and they are truncated if they exceed this width. This could cause the filenames to appear unclear if they are too long [1]. You might consider adjusting the CSS to allow for a wider display or implementing a tooltip to show the full filename on hover.

To continue talking to Dosu, mention @dosu.


Help Dosu learn! Give it feedback: Great Response | Irrelevant Answer | Incorrect Sources | Too Verbose | Hallucination | Other

@dosubot dosubot bot added the bug Something isn't working label Jan 16, 2025
@blinko-space
Copy link
Owner

blinko-space commented Jan 16, 2025

没有明白什么意思


I don’t understand what it means

@obama142857
Copy link
Author

obama142857 commented Jan 23, 2025

Image
就是会出现这样的情况,列表第一个文件的名字显示有点模糊,也不是什么大问题啦,我眼睛比较敏感


Image
This is what happens. The name of the first file in the list is a bit blurry. It’s not a big problem. My eyes are sensitive

@blinko-space
Copy link
Owner

blinko-space commented Jan 23, 2025

这可能和显示器有关系 代码中所有的渲染都是统一处理的


This may have something to do with the display. All rendering in the code is handled uniformly

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
None yet
Development

No branches or pull requests

2 participants