You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
forgejo/templates
Gusted 29c00eb1ed
Improve code comment review on mobile (#21461)
- Fix placement of avatar image, this was not placed in the
`comment-header-left` and add CSS to cover the limiting of width+height
of avatar for code-review comment on "Files changed" page. This fixes
the big noticeable avatar issue.
- Apply `margin-bottom` to the "next" button, so it's consistent with
the "previous" button.
- Make sure the "next"/"previous" start at `flex-start` on mobile and
not off-screen at `flex-end`. As well force them to have `flex: 1` so
they won't overflow on x-asis. This also requires the `width: 100%` for
the `.ui.buttons` div.
- Resolves #20074


### Before
<details><img width="512"
src="https://user-images.githubusercontent.com/25481501/195952930-09560cad-419f-43a3-a8a4-a4166c117994.jpg"></details>

### After
<details><img width="512"
src="https://user-images.githubusercontent.com/25481501/197340081-0365dfa8-4344-46b4-8702-a40c778c073f.jpg"></details>

Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
Co-authored-by: silverwind <me@silverwind.io>
2 years ago
..
admin Allow package version sorting (#21453) 2 years ago
api/packages/pypi Add Package Registry (#16510) 2 years ago
base Remove useless `appVer` from JS `window.config` (#21445) 2 years ago
code Run `make fmt` (#21437) 2 years ago
custom Add footer extra links template (#9576) 5 years ago
explore Localize all timestamps (#21440) 2 years ago
mail Add team member invite by email (#20307) 2 years ago
org Add team member invite by email (#20307) 2 years ago
package Allow package version sorting (#21453) 2 years ago
repo Improve code comment review on mobile (#21461) 2 years ago
shared Localize all timestamps (#21440) 2 years ago
status Remove fomantic image module (#21145) 2 years ago
swagger Record OAuth client type at registration (#21316) 2 years ago
user Added missing headers on user packages page (#21172) 2 years ago
home.tmpl Refactor `i18n` to `locale` (#20153) 2 years ago
install.tmpl Rework mailer settings (#18982) 2 years ago
post-install.tmpl Rename StaticUrlPrefix to AssetUrlPrefix (#15779) 3 years ago