File tree Expand file tree Collapse file tree 2 files changed +2
-11
lines changed Expand file tree Collapse file tree 2 files changed +2
-11
lines changed Original file line number Diff line number Diff line change 11{{template "base/head" .}}
22<div role="main" aria-label="{{.Title}}" class="page-content repository projects view-project">
33 {{template "repo/header" .}}
4- <div class="ui container padded repo-projects-view-top ">
4+ <div class="ui container padded">
55 <div class="flex-text-block tw-justify-end tw-mb-4">
66 <a class="ui small button" href="{{.RepoLink}}/labels">{{ctx.Locale.Tr "repo.labels"}}</a>
77 <a class="ui small button" href="{{.RepoLink}}/milestones">{{ctx.Locale.Tr "repo.milestones"}}</a>
88 <a class="ui small primary button" href="{{.RepoLink}}/issues/new/choose?project={{.Project.ID}}">{{ctx.Locale.Tr "repo.issues.new"}}</a>
99 </div>
1010 </div>
1111 <div class="ui container fluid padded repo-projects-view">
12- {{template "projects/view" dict "." . "FullscreenElementsSelector" ".repo-projects-view-top, .repo-projects-view "}}
12+ {{template "projects/view" dict "." . "FullscreenElementsSelector" ".repo-projects-view"}}
1313 </div>
1414</div>
1515
Original file line number Diff line number Diff line change 100100}
101101
102102.fullscreen .org-projects-view .ui .container ,
103- .fullscreen .repo-projects-view-top ,
104103.fullscreen .repo-projects-view .ui .container {
105104 position : fixed;
106105 z-index : 1000 ;
114113 background-color : var (--color-body );
115114}
116115
117- .fullscreen .repo-projects-view-top > div : first-child {
118- margin : 0 !important ;
119- }
120-
121- .fullscreen .repo-projects-view .ui .container {
122- top : 40px ;
123- }
124-
125116.fullscreen # project-board {
126117 position : absolute;
127118 top : 115px ;
You can’t perform that action at this time.
0 commit comments