0
0
mirror of https://github.com/go-gitea/gitea.git synced 2025-01-22 10:13:44 +01:00
gitea/web_src/css
wxiaoguang 682552378f
More fixes for the "commit-body" (#26898)
The changes for "commit-body" in #26877 are not ideal.

The reason is: the "commit-body" is usually a `<pre>`, it has default
margins. In most cases, we do not need that large margin. So, this PR
introduces a general but small margin for all "commit-body" elements.
Then these `gt-m-0` could be removed.

The `:not` selector is not needed, because the `.timeline-item` selector
is already clear enough.
2023-09-04 13:38:59 +00:00
..
chroma
codemirror
editor
features Refactor "shortsha" (#26877) 2023-09-03 02:58:52 +00:00
markup
modules Remove CSS has selector and improve various styles (#26891) 2023-09-04 18:22:46 +08:00
repo
shared Minor dashboard tweaks, fix flex-list margins (#26829) 2023-08-31 21:28:45 +00:00
standalone
themes
actions.css
admin.css
base.css Remove CSS has selector and improve various styles (#26891) 2023-09-04 18:22:46 +08:00
dashboard.css Minor dashboard tweaks, fix flex-list margins (#26829) 2023-08-31 21:28:45 +00:00
explore.css
font_i18n.css
form.css
helpers.css
home.css
index.css
install.css
org.css
repo.css More fixes for the "commit-body" (#26898) 2023-09-04 13:38:59 +00:00
review.css
user.css