File tree 4 files changed +13
-21
lines changed
4 files changed +13
-21
lines changed Original file line number Diff line number Diff line change 273
273
<form method="POST" action="{{.Issue.Link}}/watch">
274
274
<input type="hidden" name="watch" value="{{if $.IssueWatch.IsWatching}}0{{else}}1{{end}}">
275
275
{{$.CsrfTokenHtml}}
276
- <button class="fluid ui button gt-df gt-jc ">
276
+ <button class="fluid ui button">
277
277
{{if $.IssueWatch.IsWatching}}
278
278
{{svg "octicon-mute" 16 "gt-mr-3"}}
279
279
{{.locale.Tr "repo.issues.unsubscribe"}}
558
558
{{if or .PinEnabled .Issue.IsPinned}}
559
559
<form class="gt-mt-2" method="POST" {{if $.NewPinAllowed}}action="{{.Issue.Link}}/pin"{{else}}data-tooltip-content="{{.locale.Tr "repo.issues.max_pinned"}}"{{end}}>
560
560
{{$.CsrfTokenHtml}}
561
- <button class="fluid ui button gt-df gt-jc {{if not $.NewPinAllowed}}disabled{{end}}">
561
+ <button class="fluid ui button {{if not $.NewPinAllowed}}disabled{{end}}">
562
562
{{if not .Issue.IsPinned}}
563
563
{{svg "octicon-pin" 16 "gt-mr-3"}}
564
564
{{.locale.Tr "pin"}}
Original file line number Diff line number Diff line change 3
3
4
4
{{if $canReadReleases}}
5
5
<div class="gt-df">
6
- <div class="gt-f1">
6
+ <div class="gt-f1 gt-df gt-ac ">
7
7
<h2 class="ui compact small menu header small-menu-items">
8
8
<a class="{{if .PageIsReleaseList}}active {{end}}item" href="{{.RepoLink}}/releases">{{.locale.Tr "repo.release.releases"}}</a>
9
9
{{if $canReadCode}}
Original file line number Diff line number Diff line change @@ -2331,6 +2331,15 @@ table th[data-sortt-desc] .svg {
2331
2331
vertical-align : middle;
2332
2332
}
2333
2333
2334
+ .ui .ui .button {
2335
+ justify-content : center;
2336
+ }
2337
+
2338
+ .ui .ui .labeled .button {
2339
+ gap : 0 ;
2340
+ align-items : stretch;
2341
+ }
2342
+
2334
2343
.flex-items-block > .item ,
2335
2344
.flex-text-block {
2336
2345
display : flex;
Original file line number Diff line number Diff line change 20
20
margin-top : 2px ;
21
21
}
22
22
23
- .repository .repo-header .repo-buttons .svg {
24
- margin : 0 0.42857143em 0 -0.21428571em ;
25
- }
26
-
27
- .repository .repo-header .button {
28
- margin-top : 2px ;
29
- margin-bottom : 2px ;
30
- }
31
-
32
23
.repository .tabs .navbar {
33
24
justify-content : initial;
34
25
}
@@ -2879,6 +2870,7 @@ tbody.commit-list {
2879
2870
flex-direction : row;
2880
2871
flex-wrap : wrap;
2881
2872
word-break : keep-all;
2873
+ gap : 0.25em ;
2882
2874
}
2883
2875
2884
2876
@media (max-width : 767.98px ) {
@@ -2902,15 +2894,6 @@ tbody.commit-list {
2902
2894
color : var (--color-primary-dark-1 );
2903
2895
}
2904
2896
2905
- .repo-buttons .ui .labeled .button {
2906
- cursor : initial;
2907
- }
2908
-
2909
- .repo-buttons .ui .labeled .button > .label {
2910
- border-left : 0 !important ;
2911
- margin : 0 !important ;
2912
- }
2913
-
2914
2897
.repo-buttons .ui .labeled .button .disabled {
2915
2898
pointer-events : inherit !important ;
2916
2899
}
You can’t perform that action at this time.
0 commit comments