File tree 9 files changed +14
-10
lines changed
9 files changed +14
-10
lines changed Original file line number Diff line number Diff line change 20
20
<td><div class="ui checkbox tw-flex" data-id="{{.ID}}"><input type="checkbox"></div></td>
21
21
<td>{{.ID}}</td>
22
22
<td>{{ctx.Locale.Tr .TrStr}}</td>
23
- <td class="view-detail auto-ellipsis" style="width: 80%; "><span class="notice-description">{{.Description}}</span></td>
23
+ <td class="view-detail auto-ellipsis tw-w-4/5 "><span class="notice-description">{{.Description}}</span></td>
24
24
<td nowrap>{{DateTime "short" .CreatedUnix}}</td>
25
25
<td class="view-detail"><a href="#">{{svg "octicon-note" 16}}</a></td>
26
26
</tr>
Original file line number Diff line number Diff line change 73
73
</div>
74
74
<div class="flex-item-trailing">
75
75
<a class="muted" href="{{$.Link}}">
76
- <span class="flex-text-inline"><i class="color-icon gt-mr-3" style="background-color: aqua "></i>Go</span>
76
+ <span class="flex-text-inline"><i class="color-icon gt-mr-3 tw-bg-blue "></i>Go</span>
77
77
</a>
78
78
<a class="text grey flex-text-inline" href="{{$.Link}}">{{svg "octicon-star" 16}}45000</a>
79
79
<a class="text grey flex-text-inline" href="{{$.Link}}">{{svg "octicon-git-branch" 16}}1234</a>
Original file line number Diff line number Diff line change 1
1
{{template "base/head" .}}
2
2
<div class="page-content devtest">
3
3
<div class="tw-flex">
4
- <div style="width: 80%; ">
4
+ <div class="tw-w-4/5 ">
5
5
hello hello hello hello hello hello hello hello hello hello
6
6
</div>
7
- <div style="width: 20%; ">
7
+ <div class="tw-w-1/5 ">
8
8
{{template "devtest/tmplerr-sub" .}}
9
9
</div>
10
10
</div>
Original file line number Diff line number Diff line change 178
178
<div class="diff-file-body ui attached unstackable table segment" {{if and $file.IsViewed $.IsShowingAllCommits}}data-folded="true"{{end}}>
179
179
<div id="diff-source-{{$file.NameHash}}" class="file-body file-code unicode-escaped code-diff{{if $.IsSplitStyle}} code-diff-split{{else}} code-diff-unified{{end}}{{if $showFileViewToggle}} gt-hidden{{end}}">
180
180
{{if or $file.IsIncomplete $file.IsBin}}
181
- <div class="diff-file-body binary" style="padding: 5px 10px;" >
181
+ <div class="diff-file-body binary">
182
182
{{if $file.IsIncomplete}}
183
183
{{if $file.IsIncompleteLineTooLong}}
184
184
{{ctx.Locale.Tr "repo.diff.file_suppressed_line_too_long"}}
Original file line number Diff line number Diff line change 2
2
<div class="header">
3
3
{{ctx.Locale.Tr "repo.issues.context.reference_issue"}}
4
4
</div>
5
- <div class="content" style=" text-align: left">
5
+ <div class="content tw- text-left">
6
6
<form class="ui form form-fetch-action" action="{{printf "%s/issues/new" .Repository.Link}}" method="post">
7
7
{{.CsrfTokenHtml}}
8
8
<div class="ui segment content">
Original file line number Diff line number Diff line change 31
31
<label for="is_writable">
32
32
{{ctx.Locale.Tr "repo.settings.is_writable"}}
33
33
</label>
34
- <small style="padding-left: 26px; ">{{ctx.Locale.Tr "repo.settings.is_writable_info"}}</small>
34
+ <small class="tw-pl-[ 26px] ">{{ctx.Locale.Tr "repo.settings.is_writable_info"}}</small>
35
35
</div>
36
36
</div>
37
37
<button class="ui primary button">
Original file line number Diff line number Diff line change 110
110
<table class="ui table">
111
111
<thead>
112
112
<tr>
113
- <th style="width:40% ">{{ctx.Locale.Tr "repo.settings.mirror_settings.mirrored_repository"}}</th>
113
+ <th class="tw-w-2/5 ">{{ctx.Locale.Tr "repo.settings.mirror_settings.mirrored_repository"}}</th>
114
114
<th>{{ctx.Locale.Tr "repo.settings.mirror_settings.direction"}}</th>
115
115
<th>{{ctx.Locale.Tr "repo.settings.mirror_settings.last_update"}}</th>
116
116
<th></th>
207
207
<table class="ui table">
208
208
<thead>
209
209
<tr>
210
- <th style="width:40% ">{{ctx.Locale.Tr "repo.settings.mirror_settings.pushed_repository"}}</th>
210
+ <th class="tw-w-2/5 ">{{ctx.Locale.Tr "repo.settings.mirror_settings.pushed_repository"}}</th>
211
211
<th>{{ctx.Locale.Tr "repo.settings.mirror_settings.direction"}}</th>
212
212
<th>{{ctx.Locale.Tr "repo.settings.mirror_settings.last_update"}}</th>
213
213
<th></th>
Original file line number Diff line number Diff line change 11
11
<p>{{ctx.Locale.Tr "webauthn_sign_in"}}</p>
12
12
</div>
13
13
<div class="ui attached segment tw-flex tw-items-center tw-justify-center gt-gap-2 gt-py-3">
14
- <div class="is-loading" style="width: 40px; height: 40px"></div>
14
+ <div class="is-loading tw-w-[ 40px] tw-h-[ 40px] "></div>
15
15
{{ctx.Locale.Tr "webauthn_press_button"}}
16
16
</div>
17
17
{{if .HasTwoFactor}}
Original file line number Diff line number Diff line change 194
194
margin : 0 0 0 3em ;
195
195
}
196
196
197
+ .diff-file-body .binary {
198
+ padding : 5px 10px ;
199
+ }
200
+
197
201
.file-comment {
198
202
color : var (--color-text );
199
203
}
You can’t perform that action at this time.
0 commit comments