stable

Clone or download

Read-only

request #17101: Avatar in current user menu shouldn't be shrinked

If your real name is long, then the avatar may appear oval instead of round. This is not the first time the issue occurs. Every time we fixed the situation with a `flex: 0 0 auto;`. Instead of repeating ourselves and omitting this rule the next time we will display an avatar, the rule has been moved to tlp-avatar* base component. Took the opportunity to ellipsis the realname if it is really too long. Change-Id: I3b8bd5a3b84c4b18c3a75a80065ff052b038070a

Modified Files

Name
M plugins/pullrequest/themes/includes/_overview.scss +0 −4 Go to diff View file
M plugins/pullrequest/themes/includes/_pull-request-summary.scss +0 −4 Go to diff View file
M plugins/pullrequest/themes/includes/_timeline.scss +0 −1 Go to diff View file
M plugins/testmanagement/themes/BurningParrot/css/includes/_execution-list.scss +0 −1 Go to diff View file
M plugins/tracker/scripts/angular-artifact-modal/src/tuleap-artifact-modal.scss +0 −1 Go to diff View file
M src/themes/BurningParrot/css/includes/_homepage.scss +0 −1 Go to diff View file
M src/themes/BurningParrot/css/includes/_navbar.scss +8 −1 Go to diff View file
M src/themes/FlamingParrot/css/utils/_navbar.scss +8 −1 Go to diff View file
M src/themes/tlp/src/scss/components/_avatars.scss +1 −0 Go to diff View file