mirror of
https://github.com/go-gitea/gitea
synced 2024-11-25 21:32:56 +01:00
simpify mobile view
This commit is contained in:
parent
4265297c86
commit
f217245244
2 changed files with 8 additions and 1 deletions
|
@ -118,7 +118,7 @@
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{{if $isHomepage}}
|
{{if $isHomepage}}
|
||||||
<div style="width: 25%">
|
<div class="flex-container-repo">
|
||||||
<form class="ignore-dirty tw-flex tw-flex-1 tw-mt-1" action="{{.RepoLink}}/search" method="get">
|
<form class="ignore-dirty tw-flex tw-flex-1 tw-mt-1" action="{{.RepoLink}}/search" method="get">
|
||||||
<div class="ui small action input tw-flex-1">
|
<div class="ui small action input tw-flex-1">
|
||||||
<input name="q" size="10" placeholder="{{ctx.Locale.Tr "search.code_kind"}}">
|
<input name="q" size="10" placeholder="{{ctx.Locale.Tr "search.code_kind"}}">
|
||||||
|
|
|
@ -21,6 +21,10 @@
|
||||||
min-width: 0; /* make the "text truncate" work, otherwise the flex axis is not limited and the text just overflows */
|
min-width: 0; /* make the "text truncate" work, otherwise the flex axis is not limited and the text just overflows */
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.flex-container-repo {
|
||||||
|
width: 25%;
|
||||||
|
}
|
||||||
|
|
||||||
@media (max-width: 767.98px) {
|
@media (max-width: 767.98px) {
|
||||||
.flex-container {
|
.flex-container {
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
@ -30,4 +34,7 @@
|
||||||
order: -1;
|
order: -1;
|
||||||
width: auto;
|
width: auto;
|
||||||
}
|
}
|
||||||
|
.flex-container-repo {
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue