diff options
author | Gusted <williamzijl7@hotmail.com> | 2022-04-28 01:59:49 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-28 03:59:49 +0200 |
commit | ca4b920bbcbc803ef6e3d1deffefab3ab88cb1c7 (patch) | |
tree | 0630b34296a08ac5919e7f9adbaade6473d25d29 /models/organization | |
parent | 3e8aa42a1b33e220b0f4e08df1a2b3eab5f60a9e (diff) | |
download | gitea-ca4b920bbcbc803ef6e3d1deffefab3ab88cb1c7.tar.gz gitea-ca4b920bbcbc803ef6e3d1deffefab3ab88cb1c7.zip |
Make repository file list useable on mobile (#19515)
* Make repository file list useable on mobile
- When you're browsing a repository on mobile, you're met by a giant
block called the "repository file list". The current design is not
useable for mobile and is a big annoyance while browsing a repo on
mobile. This PR removes that annoyance by making it more suitable design
when on mobile.
- Adds HTML for the commit/file time to align it vertically(noticeable
on mobile, not on PC).
- Show all information horizontally and not vertically.
- Remove the last commit message of the file, there isn't enough space
on mobile to place this anywhere, so we're not trying to make a
best-effort here and instead just not display it.
* Remove unnecessary `!important`
* Fix broken HTML
* Simplify code
Diffstat (limited to 'models/organization')
0 files changed, 0 insertions, 0 deletions