Skip to content
Snippets Groups Projects

Vertical center the checkboxes

Merged Xnuk Shuman requested to merge xnuk/pleroma-fe:checkbox-goes-brrr into develop
1 unresolved thread

Changes

  • Vertical center the checkboxes
  • Side effect: may increase vertical margin

Currently, if I see closely, the checkbox label is placed slightly lower. This could be more clearer when I switched the language to Chinese, which has mostly square-shaped characters. This merge request tries to fix that.

Before

English Chinese
English label is bit down Chinese label is bit down

After

English Chinese
English label centered vertically Chinese label centered vertically

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
39 39 display: inline-block;
40 40 min-height: 1.2em;
41 41
42 & > * {
  • tusooa
  • tusooa added 235 commits

    added 235 commits

    Compare with previous version

  • tusooa added 1 commit

    added 1 commit

    Compare with previous version

  • HJ added 897 commits

    added 897 commits

    • f7daaead...cf7fab71 - 896 commits from branch pleroma:develop
    • 0631acb8 - Merge remote-tracking branch 'origin/develop' into checkbox-goes-brrr

    Compare with previous version

  • HJ added 1 commit

    added 1 commit

    Compare with previous version

  • HJ enabled an automatic merge when all merge checks for 9b2f54c5 pass

    enabled an automatic merge when all merge checks for 9b2f54c5 pass

  • HJ mentioned in commit 3d68dda5

    mentioned in commit 3d68dda5

  • merged

  • Please register or sign in to reply
    Loading