[UI] User followers page #10748

Closed
opened 2025-11-02 09:17:16 -06:00 by GiteaMirror · 1 comment
Owner

Originally created by @appleboy on GitHub (Apr 29, 2023).

Description

Find a bug. See the followers page: https://gitea.com/appleboy?tab=followers

Reference PR: https://github.com/go-gitea/gitea/pull/24315

Gitea Version

1.20.0+dev-601-g50133b02b

Can you reproduce the bug on the Gitea demo site?

Yes

Screenshots

Before

image

After

remove max-width: calc(100vw - 64px);

image

Originally created by @appleboy on GitHub (Apr 29, 2023). ### Description Find a bug. See the followers page: https://gitea.com/appleboy?tab=followers Reference PR: https://github.com/go-gitea/gitea/pull/24315 ### Gitea Version 1.20.0+dev-601-g50133b02b ### Can you reproduce the bug on the Gitea demo site? Yes ### Screenshots ## Before ![image](https://user-images.githubusercontent.com/21979/235285973-00ae60c2-4106-414c-9f55-da51de90817f.png) ## After remove `max-width: calc(100vw - 64px);` ![image](https://user-images.githubusercontent.com/21979/235286095-4f096cf7-7696-457d-93f0-16661dfe1c59.png)
GiteaMirror added the type/bug label 2025-11-02 09:17:16 -06:00
Author
Owner

@wxiaoguang commented on GitHub (Apr 29, 2023):

IMO max-width: calc(100vw - 64px); is not wrong in this case.

The root problem is that the old code was wrong.

ui container user-cards : it should not use ui container

@wxiaoguang commented on GitHub (Apr 29, 2023): IMO `max-width: calc(100vw - 64px);` is not wrong in this case. The root problem is that the old code was wrong. `ui container user-cards` : it should not use `ui container`
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/gitea#10748