-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
Tracking issue for actions full-height CSS #22883
Comments
I do not know why it goes to the |
OK, I think I know the problem now, it's caused by this review:
These CSS styles were put in |
Oh sorry that this problem isn't fixed yet. I think I didn't make it clear enough at the beginning. I will take a look at the problem. Update: Fix the full-height problem for all pages #22905 |
Really fix #22883, close #22901 I made a mistake that the global styles in RepoActionView.vue could still pollute global styles (I forgot that the code of this component is still loaded on every page, instead of loaded on demand) This PR makes a complete fix: only change the page's full-height behavior if the component is used. Screenshot after the fix: <details> ![image](https://user-images.githubusercontent.com/2114189/218664776-0dbcd469-2c36-4e17-972f-e44fa3b81ba6.png) </details> Co-authored-by: Lunny Xiao <[email protected]>
Description
gitea/web_src/less/_actions.less
Lines 3 to 6 in be93e48
Screenshots
Gitea Version
main
Can you reproduce the bug on the Gitea demo site?
Yes
Operating System
No response
Browser Version
Firefox
The text was updated successfully, but these errors were encountered: