mirror of
https://github.com/gitbucket/gitbucket.git
synced 2025-11-14 09:25:49 +01:00
(refs #1206)Display find and history icon in mobile view
This commit is contained in:
@@ -22,9 +22,9 @@
|
|||||||
}, Some(repository)) {
|
}, Some(repository)) {
|
||||||
@gitbucket.core.html.menu("files", repository, Some(branch), info, error){
|
@gitbucket.core.html.menu("files", repository, Some(branch), info, error){
|
||||||
<div class="head">
|
<div class="head">
|
||||||
<div class="pull-right pc">
|
<div class="pull-right">
|
||||||
<div class="btn-group">
|
<div class="btn-group">
|
||||||
<a href="@helpers.url(repository)/find/@helpers.encodeRefName(branch)" class="btn btn-sm btn-default pc" data-hotkey="t"><i class="octicon octicon-search"></i></a>
|
<a href="@helpers.url(repository)/find/@helpers.encodeRefName(branch)" class="btn btn-sm btn-default" data-hotkey="t"><i class="octicon octicon-search"></i></a>
|
||||||
<a href="@helpers.url(repository)/commits/@helpers.encodeRefName(branch)/@pathList.mkString("/")" class="btn btn-sm btn-default"><i class="octicon octicon-history"></i></a>
|
<a href="@helpers.url(repository)/commits/@helpers.encodeRefName(branch)/@pathList.mkString("/")" class="btn btn-sm btn-default"><i class="octicon octicon-history"></i></a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -1588,7 +1588,7 @@ a.markdown-anchor-link span.octicon {
|
|||||||
vertical-align: baseline;
|
vertical-align: baseline;
|
||||||
font-size: 100%;
|
font-size: 100%;
|
||||||
height: inherit;
|
height: inherit;
|
||||||
width: 780px;
|
width: 300px;
|
||||||
}
|
}
|
||||||
.find-input{
|
.find-input{
|
||||||
font-size: 18px;
|
font-size: 18px;
|
||||||
|
|||||||
Reference in New Issue
Block a user