0
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-11-28 12:48:17 +01:00
gitea/web_src/css
wxiaoguang 14c142b0bc
Improve issue list filter (#24425)
Partial regression of #24393, not only regression, but broken for long
time, 24393 didn't really improve it but used wrong `overflow: scroll`.

Actually, that "ui secondary filter menu labels" shouldn't be set as
scrollable (I missed that at that time), the problem is: if a "ui menu"
has "dropdown" items, then it should not be scrollable. Otherwise the
dropdown menu can't be shown correctly.

And there are more problems:

* The "issue-filters" shouldn't be used anywhere else (copying&pasting
problem again ....)
* There is also an "issue-actions" container, it should also be fixed.
* There are similar problems on the milestone page.
* The old comment in code: "grid column" doesn't work well.

The major changes of this PR are: use "flex: 1" instead of "ui grid
column".

After this PR, not 100% perfect but much better than before.
2023-04-30 11:51:20 -04:00
..
chroma
code
codemirror
console
editor Start cleaning the messy ".ui.left / .ui.right", improve label list page, fix stackable menu (#24393) 2023-04-29 07:35:59 -04:00
features
markup
modules Move Rename branch from repo settings page to the page of branches list (#24380) 2023-04-30 23:08:51 +08:00
repository Improve issue list filter (#24425) 2023-04-30 11:51:20 -04:00
shared
standalone
themes
admin.css
animations.css
base.css Rework header bar on issue, pull requests and milestone (#24420) 2023-04-29 23:33:25 -04:00
dashboard.css
editor.css
explore.css
font_i18n.css
form.css
helpers.css Start cleaning the messy ".ui.left / .ui.right", improve label list page, fix stackable menu (#24393) 2023-04-29 07:35:59 -04:00
home.css Start cleaning the messy ".ui.left / .ui.right", improve label list page, fix stackable menu (#24393) 2023-04-29 07:35:59 -04:00
index.css Improve issue list filter (#24425) 2023-04-30 11:51:20 -04:00
install.css
organization.css
package.css
repository.css Improve issue list filter (#24425) 2023-04-30 11:51:20 -04:00
review.css
runner.css
svg.css
tribute.css
user.css