mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-10 12:15:43 +01:00
377165a38f
Very little visual changes: * class `labelled` is not used in CSS, removed from elements * `margin-right: 0;` in `#git-graph-container .color-buttons` wasn't doing anything * `width: 100%;` in `#git-graph-container #rev-container` and `#git-graph-container #rev-list` wasn't doing anything (Checked on both desktop and mobile screens.) * the now unused class `color-buttons` is left for now because it might come useful later. The button coloring is broken here and I would like to touch it separately * removed `font-size: 80%;` from dates to ensure proper readability, it wasn't saving much space but was inconvenient to look at because other dates in the UI are normal sized * the small size of branch labels are left as is for now because removing `small` breaks alignment, and this is a cleanup PR So, the only visual change is date sizes, other than that there's just styling code removed. https://codeberg.org/attachments/d02f2771-8517-4b8b-9ac7-76b020f7b14e Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/4065 Reviewed-by: Otto <otto@codeberg.org> |
||
---|---|---|
.. | ||
actions | ||
branch | ||
cite | ||
code | ||
diff | ||
editor | ||
find | ||
graph | ||
issue | ||
migrate | ||
projects | ||
pulls | ||
release | ||
settings | ||
tag | ||
wiki | ||
activity.tmpl | ||
admin_flags.tmpl | ||
blame.tmpl | ||
branch_dropdown.tmpl | ||
clone_buttons.tmpl | ||
clone_script.tmpl | ||
code_frequency.tmpl | ||
commit_load_branches_and_tags.tmpl | ||
commit_page.tmpl | ||
commit_status.tmpl | ||
commit_statuses.tmpl | ||
commits.tmpl | ||
commits_list.tmpl | ||
commits_list_small.tmpl | ||
commits_search_dropdown.tmpl | ||
commits_table.tmpl | ||
contributors.tmpl | ||
create.tmpl | ||
create_helper.tmpl | ||
empty.tmpl | ||
file_info.tmpl | ||
flags.tmpl | ||
forks.tmpl | ||
graph.tmpl | ||
header.tmpl | ||
header_fork.tmpl | ||
home.tmpl | ||
icon.tmpl | ||
latest_commit.tmpl | ||
navbar.tmpl | ||
packages.tmpl | ||
pulse.tmpl | ||
recent_commits.tmpl | ||
release_tag_header.tmpl | ||
search.tmpl | ||
search_name.tmpl | ||
shabox_badge.tmpl | ||
star_unstar.tmpl | ||
sub_menu.tmpl | ||
unicode_escape_prompt.tmpl | ||
upload.tmpl | ||
user_cards.tmpl | ||
view_file.tmpl | ||
view_list.tmpl | ||
watch_unwatch.tmpl | ||
watchers.tmpl |