1
1
mirror of https://github.com/go-gitea/gitea synced 2024-06-27 13:45:51 +00:00
gitea/templates
HesterG c082689471
Use flex instead of float for sort button and search input (#25519)
Right now some sort buttons beside search input are unclickable because
#25338 removed `max-width` and the sort button is using float, sort
button is then covered by the `input`.

The way to fix this in this PR is changing the layout to `flex` and put
`input form` and sort `button` into `secondary menu`.

After:

<img width="1411" alt="Screen Shot 2023-06-26 at 16 40 52"
src="https://github.com/go-gitea/gitea/assets/17645053/63c12b17-793a-4ae7-bbda-f67b13b87212">

<img width="1428" alt="Screen Shot 2023-06-26 at 16 34 06"
src="https://github.com/go-gitea/gitea/assets/17645053/cb7d967e-355d-4cb0-955c-6139580fc17a">
<img width="716" alt="Screen Shot 2023-06-26 at 16 34 22"
src="https://github.com/go-gitea/gitea/assets/17645053/c74b5ef2-d46e-4487-8794-28bec984bb36">
<img width="1424" alt="Screen Shot 2023-06-26 at 16 34 32"
src="https://github.com/go-gitea/gitea/assets/17645053/8a5fdc05-a2c5-4ec4-979d-15a21501fe14">
<img width="1425" alt="Screen Shot 2023-06-26 at 16 35 21"
src="https://github.com/go-gitea/gitea/assets/17645053/eb73cd31-3914-4bc9-92ab-aba56f25128b">
<img width="1437" alt="Screen Shot 2023-06-26 at 16 36 14"
src="https://github.com/go-gitea/gitea/assets/17645053/1c3b4595-bb26-491f-aa68-60dc9ab22b84">
2023-06-28 20:10:36 +08:00
..
admin Use flex instead of float for sort button and search input (#25519) 2023-06-28 20:10:36 +08:00
api/packages/pypi Remove incorrect HTML self close tag (#23748) 2023-03-27 18:05:51 +02:00
base Use JSON response for "user/logout" (#25522) 2023-06-26 21:36:10 +02:00
code Use flex instead of float for sort button and search input (#25519) 2023-06-28 20:10:36 +08:00
custom Add footer extra links template (#9576) 2020-01-03 20:41:56 +02:00
devtest Add toasts to UI (#25449) 2023-06-27 02:45:24 +00:00
explore Use flex instead of float for sort button and search input (#25519) 2023-06-28 20:10:36 +08:00
mail Add template linting via djlint (#25212) 2023-06-14 18:17:58 +00:00
org Support configuration variables on Gitea Actions (#24724) 2023-06-20 22:54:15 +00:00
package Introduce shared template for search inputs (#25338) 2023-06-22 10:27:35 +00:00
projects Remove test string (#25447) 2023-06-22 10:29:57 -05:00
repo Fix migrate page layout on mobile (#25507) 2023-06-26 09:57:36 +00:00
shared Introduce shared template for search inputs (#25338) 2023-06-22 10:27:35 +00:00
status Show OAuth2 errors to end users (#25261) 2023-06-15 01:12:50 +00:00
swagger fix swagger documentation for multiple files API endpoint (#25110) 2023-06-07 23:49:58 +08:00
user Change Regenerate Secret button display (#25534) 2023-06-27 15:20:52 +00:00
home.tmpl Improve home page template, fix Sort dropdown menu flash (#23856) 2023-04-01 13:47:54 +08:00
install.tmpl Remove "CHARSET" config option for MySQL, always use "utf8mb4" (#25413) 2023-06-21 10:49:25 +00:00
post-install.tmpl Remove incorrect element ID on "post-install" page (#25104) 2023-06-08 12:23:39 +08:00