-
-
Notifications
You must be signed in to change notification settings - Fork 5.6k
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
Modify width of ui container, fine tune css for settings pages and org header #24315
Merged
Merged
Changes from all commits
Commits
Show all changes
39 commits
Select commit
Hold shift + click to select a range
5630a83
fix some mobile layout
HesterG 566863b
Merge branch 'go-gitea:main' into css-fine-tue
HesterG fe0b8a7
runner table auto overflow
HesterG 720b39b
Merge branch 'go-gitea:main' into css-fine-tue
HesterG 6691476
Merge branch 'go-gitea:main' into css-fine-tue
HesterG f5f446e
Merge branch 'go-gitea:main' into css-fine-tue
HesterG 33b2df7
use stackable grid and fix some css
HesterG b5d8817
fix margin-left
HesterG 52080d1
save runners changes
HesterG 74dcc08
share table css with admin tables
HesterG 315824e
Merge branch 'go-gitea:main' into css-fine-tue
HesterG a208165
fix label difference
HesterG c0b6b60
revert change
HesterG 5fe819f
Merge branch 'go-gitea:main' into css-fine-tue
HesterG 8ed9562
add comment
HesterG cfaed33
collaboration mobile column
HesterG b1a5166
revert
HesterG dd166a2
comment
HesterG b4edd18
add common class to layout_head and use em for font
HesterG 3378b99
Merge branch 'main' into css-fine-tue
HesterG 629f483
rename
HesterG 4d37e18
rename
HesterG 6dda871
Merge branch 'main' into css-fine-tue
HesterG 0dbeabe
Merge branch 'main' into css-fine-tue
HesterG 2381abc
fix rule to exclude ui container inside top navbar
HesterG 7848d0c
Merge branch 'main' into css-fine-tue
HesterG 4fcbad8
update for mobile
HesterG 4715e77
use same viewport size as others
HesterG 3abc95a
update comment
HesterG 4f85f34
Merge branch 'main' into css-fine-tue
HesterG 03f301b
fix
wxiaoguang 65a2d9e
Merge branch 'main' into css-fine-tue
wxiaoguang 11f3f0c
fix table ellipsis
wxiaoguang df2db9b
fix lables page
wxiaoguang ea0f79a
fix incorrect merge
wxiaoguang 41f7d44
fix 500
wxiaoguang cbe8a46
no need to use g-grid-setting-right
wxiaoguang a0ce6cb
Merge branch 'main' into css-fine-tue
GiteaBot 52a729f
Merge branch 'main' into css-fine-tue
GiteaBot File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{{template "org/settings/layout_head" (dict "ctxData" . "pageClass" "organization settings runners")}} | ||
<div class="org-setting-content"> | ||
{{template "shared/actions/runner_list" .}} | ||
</div> | ||
<div class="org-setting-content"> | ||
{{template "shared/actions/runner_list" .}} | ||
</div> | ||
{{template "org/settings/layout_footer" .}} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
overflow-x
is needed, might need to open another PR to fix this:There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good catch, luckily we only need one
overflow-x
now. Maybe we need to write a comment about how to test such style (I just forgot ...)There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fix admin table layout #24370