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.
gitea/web_src/less
Gusted 3725fa28cc
Improve UI on mobile (#19546)
Start making the mobile experience not painful and be actually usable. This contains a few smaller changes to enhance this experience.

- Submit buttons on the review forms aren't columns anymore and are now allowed to be displayed on one row.
- The label/milestone & New Issue buttons were given each own row even tough, there's enough place to do it one the same row. This commit fixes that.
- The issues+Pull tab on repo's has a third item besides the label/milestone & New Issue buttons, the search bar. On desktop there's enough place to do this on one row, for mobile it isn't, currently it was using for each item a new row. This commits fixes that by only giving the searchbar a new row and have the other two buttons on the same row.
- The notification table will now be show a scrollbar instead of overflow.
- The repo buttons(Watch, Star, Fork) on mobile were showing quite big and the SVG wasn't even displayed on the same line, if the count of those numbers were too high it would even overflow. This commit removes the SVG, as there isn't any place to show them on the same row and allows them to have a new row if the counts of those buttons are high.
- The admin page can show you a lot of interesting information, on mobile the System Status + Configuration weren't properly displayed as the margin's were too high. This commit fixes that by reducing the margin to a number that makes sense on mobile.
- Fixes to not overflow the tables but instead force them to be scrollable.
- When viewing a issue or pull request, the comments aren't full-width but instead 80% and aligned to right, on mobile this is a annoyance as there isn't much width to begin with. This commits fixes that by forcing full-width and removing the avatars on the left side and instead including them inline in the comment header.
3 years ago
..
chroma C preprocessor colors improvement (#18671) 3 years ago
code Fix and restyle menu on code line (#15913) 4 years ago
codemirror Extract CodeMirror styles (#17960) 3 years ago
features Feature: show issue assignee on project board (#15232) 3 years ago
markup Disallow selecting the text of buttons (#19330) 3 years ago
shared Issue list alignment tweaks (#15483) 4 years ago
standalone Update JS dependencies, fix lint (#18389) 3 years ago
themes Various Mermaid improvements (#18776) 3 years ago
_admin.less Improve UI on mobile (#19546) 3 years ago
_base.less By default force vertical tabs on mobile (#19486) 3 years ago
_dashboard.less Fix overflow label in mobile view (#17020) 3 years ago
_editor.less Extract CodeMirror styles (#17960) 3 years ago
_explore.less Ensure popup text is aligned left (#17327) 3 years ago
_font_i18n.less Prefer "Hiragino Kaku Gothic ProN" in system-ui-ja (#17954) 3 years ago
_form.less Support webauthn (#17957) 3 years ago
_home.less fix media query edge case (#13546) 4 years ago
_install.less Refactor install page (db type) (#17919) 3 years ago
_organization.less Add RSS Feed buttons to Repo, User and Org pages (#19370) 3 years ago
_repository.less Improve UI on mobile (#19546) 3 years ago
_review.less Disallow selecting the text of buttons (#19330) 3 years ago
_svg.less Update JS dependencies, fix lint (#18389) 3 years ago
_tribute.less Update JS dependencies (#15033) 4 years ago
_user.less Improve UI on mobile (#19546) 3 years ago
animations.less Various Mermaid improvements (#18776) 3 years ago
helpers.less Fix Pull Request comment filename word breaks (#19535) 3 years ago
index.less Various Mermaid improvements (#18776) 3 years ago
misc.css Raw file view tweaks (#15520) 4 years ago
variables.less fix media query edge case (#13546) 4 years ago