mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-11-02 15:31:03 +00:00
This PR follows: * #22950 ### Before The Review Box has many problems: * It doesn't work for small screens. * It has an anonying animation which makes the UI laggy. * It uses "custom dropdown menu" which is very difficult to fine tune. * `$().toggle('visible')` is not a correct call * jQuery just accepts any invalid `duration` argument: `$().toggle('anyting')` * The button is not a button. <details>  </details> ### After These problems are fixed, and eliminate many `!important` games. <details>    </details> And most dropdown icons still looks good: <details>   </details> Co-authored-by: delvh <leon@kske.dev> |
||
|---|---|---|
| .. | ||
| chroma | ||
| code | ||
| codemirror | ||
| console | ||
| features | ||
| markup | ||
| modules | ||
| shared | ||
| standalone | ||
| themes | ||
| _admin.less | ||
| _base.less | ||
| _dashboard.less | ||
| _editor.less | ||
| _explore.less | ||
| _font_i18n.less | ||
| _form.less | ||
| _home.less | ||
| _install.less | ||
| _organization.less | ||
| _package.less | ||
| _repository.less | ||
| _review.less | ||
| _runner.less | ||
| _svg.less | ||
| _tribute.less | ||
| _user.less | ||
| animations.less | ||
| helpers.less | ||
| index.less | ||
| variables.less | ||