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]: 点击登录后,俺的头像溢出了 || [Bug]: After clicking to log in, my avatar overflowed #2698

Open
Tasselmi opened this issue Sep 1, 2024 · 2 comments
Labels
bug Something isn't working Inactive

Comments

@Tasselmi
Copy link

Tasselmi commented Sep 1, 2024

问题描述 | Describe the bug

问题1:如图所示,点击登录后,头像就溢出了。我也不知道发生了啥。

Screenshot from 2024-09-01 18-16-30

问题2:如图所示,刚发表后,发表日期显示的是 1970年1月1日,这个显然是不对的。

73969599

问题网站 | Website URL

https://scalapie.com/2024/08/31/%E4%BB%8E%E9%9B%B6%E5%BC%80%E5%A7%8B%E9%83%A8%E7%BD%B2%E4%B8%AA%E4%BA%BA%E7%BD%91%E7%AB%99%E4%B8%8A%E7%BA%BF%E4%B9%8B7/

服务部署在哪里? | Where your waline deploy?

Docker

数据存储在哪里?| Where your comment data store?

PostgreSQL


Problem description | Describe the bug

**Question 1: As shown in the picture, after clicking to log in, the avatar overflows. I don't know what happened either. **

Screenshot from 2024-09-01 18-16-30

**Question 2: As shown in the picture, after the publication, the publication date was January 1, 1970. This is obviously incorrect. **

73969599

Question Website | Website URL

https://scalapie.com/2024/08/31/%E4%BB%8E%E9%9B%B6%E5%BC%80%E5%A7%8B%E9%83%A8%E7%BD%B2 %E4%B8%AA%E4%BA%BA%E7%BD%91%E7%AB%99%E4%B8%8A%E7%BA%BF%E4%B9%8B7/

Where is the service deployed? | Where your waline deploy?

Docker

Where is the data stored? | Where your comment data store?

PostgreSQL

@Tasselmi Tasselmi added the bug Something isn't working label Sep 1, 2024
@github-actions github-actions bot changed the title [Bug]: 点击登录后,俺的头像溢出了 [Bug]: 点击登录后,俺的头像溢出了 || [Bug]: After clicking to log in, my avatar overflows Sep 1, 2024
@github-actions github-actions bot changed the title [Bug]: 点击登录后,俺的头像溢出了 || [Bug]: After clicking to log in, my avatar overflows [Bug]: 点击登录后,俺的头像溢出了 || [Bug]: After clicking to log in, my avatar overflowed Sep 1, 2024
@lizheming
Copy link
Collaborator

lizheming commented Sep 1, 2024

  1. .post-container img 你的主题有个样式冲突
  2. 发布后的时间问题,晚点有空处理下

  1. .post-container img Your theme has a style conflict
  2. The time issue after release will be dealt with later when I have time

@Tasselmi
Copy link
Author

Tasselmi commented Sep 1, 2024

好的 大佬。谢谢你。第一个冲突我已经通过加入下面的代码解决掉了:

.post-container #waline img {
  margin: 0;
}

发布时间的问题你这边修复好后在本帖里面通知我声啊。感恩。


Okay boss. Thank you. The first conflict I have solved by adding the following code:

.post-container #waline img {
  margin: 0;
}

If you fix the problem with the release time, please let me know in this post. grateful.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Inactive
Projects
None yet
Development

No branches or pull requests

2 participants