Merge pull request #5336 from matrix-org/t3chguy/fix/15488
Fix excessive hosting link paddingpull/21833/head
						commit
						7752f92533
					
				| 
						 | 
				
			
			@ -230,6 +230,10 @@ limitations under the License.
 | 
			
		|||
            align-items: center;
 | 
			
		||||
            justify-content: center;
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
        &.mx_UserMenu_contextMenu_hostingLink {
 | 
			
		||||
            padding-top: 0;
 | 
			
		||||
        }
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    .mx_IconizedContextMenu_icon {
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -257,7 +257,7 @@ export default class UserMenu extends React.Component<IProps, IState> {
 | 
			
		|||
        const signupLink = getHostingLink("user-context-menu");
 | 
			
		||||
        if (signupLink) {
 | 
			
		||||
            hostingLink = (
 | 
			
		||||
                <div className="mx_UserMenu_contextMenu_header">
 | 
			
		||||
                <div className="mx_UserMenu_contextMenu_header mx_UserMenu_contextMenu_hostingLink">
 | 
			
		||||
                    {_t(
 | 
			
		||||
                        "<a>Upgrade</a> to your own domain", {},
 | 
			
		||||
                        {
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue