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/public/less
Sondre Nilsen 86ee41ec03 Expandable commit bodies (#2980)
* Initial working state of expandable commit bodies

* Fix all commits having showing button for multiline commits

* Refactor checking multiline messages method

* Force newlines with <br> in commit body

* Show multiple lines in the list view of repositories

* Fixed proper newlines and minor refactor

Use <pre> instead of <p>, this is so we can use \n instead of having to manually place <br> into the HTML. Makes it easier to display commit bodies.

* Fix commit list messages jumping around

* Fix indentation in view_list.tmpl

* Use vertical-align: baseline instead of top

* Refactor commit button toggle function

* Remove RenderCommitBodyLink function

* Add comments

* Add newline at the end of _repository.less

* Fix long commit bodies not properly wrapping inside <pre>

* Don't split on double newlines

* Show the commit body in commit view

* Update stylesheets

* Add/fix comments and run make fmt

* Fix spaces not being tabs
7 years ago
..
_admin.less Add configuration option for default permission to create Organizations (#1686) 8 years ago
_base.less Add wrapping to long diff lines (#2789) 7 years ago
_dashboard.less Fix repo list display on Safari (#3569) 9 years ago
_editor.less Fix double borders on edit page (#1152) (#1153) 8 years ago
_emojify.less Fix chmod for several files in conf/locale/ and public/ 9 years ago
_explore.less Add branch overiew page (#2108) 7 years ago
_form.less Use monospace font in githook editor (#1958) 8 years ago
_home.less Update home page to Gitea (#138) 8 years ago
_install.less LESS: Use tabs for indent in all files 9 years ago
_markdown.less Fix table headers (#980) 8 years ago
_organization.less Small UI fixes on full width form titles 8 years ago
_repository.less Expandable commit bodies (#2980) 7 years ago
_user.less Implementation of all repositories of a user from user->settings (#1740) 8 years ago
index.less Set default less and css to new default name 8 years ago