diff options
author | wxiaoguang <wxiaoguang@gmail.com> | 2023-05-02 00:08:37 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-01 12:08:37 -0400 |
commit | 3e7101dd64e4cd5d9ecfd4dbe0c991aacf99bf87 (patch) | |
tree | 33b7877eeab398d315b790f3565fd95c0bff56b8 /templates/repo/issue | |
parent | 5adf32b48eb97462d6164b85bd23be544732e338 (diff) | |
download | gitea-3e7101dd64e4cd5d9ecfd4dbe0c991aacf99bf87.tar.gz gitea-3e7101dd64e4cd5d9ecfd4dbe0c991aacf99bf87.zip |
Improve "new-menu" (#24465)
I am not sure what "new-menu" means, but I think we need to fix these
problems:
1. it shouldn't have "stackable", which makes the items stacked when
width is small. the `new-menu` already has `overflow: auto`
2. `justify-content: center` doesn't work with `overflow: auto` (for
small width), so use `margin: auto`
*
https://bhch.github.io/posts/2021/04/centring-flex-items-and-allowing-overflow-scroll/
3. `runner-new-menu` is dead code (copying & pasting ?)
Diffstat (limited to 'templates/repo/issue')
0 files changed, 0 insertions, 0 deletions