Add bio fields (#6645)
* Add bio fields - Fix #3211 - Fix #232 - Fix #121 * Display bio fields in web UI * Fix output of links and missing fields * Federate bio fields over ActivityPub as PropertyValue * Improve how the fields are stored, add to Edit profile form * Add rel=me to links in fields Fix #121
This commit is contained in:
		@@ -15,6 +15,18 @@ code {
 | 
			
		||||
    overflow: hidden;
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
  .row {
 | 
			
		||||
    display: flex;
 | 
			
		||||
    margin: 0 -5px;
 | 
			
		||||
 | 
			
		||||
    .input {
 | 
			
		||||
      box-sizing: border-box;
 | 
			
		||||
      flex: 1 1 auto;
 | 
			
		||||
      width: 50%;
 | 
			
		||||
      padding: 0 5px;
 | 
			
		||||
    }
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
  span.hint {
 | 
			
		||||
    display: block;
 | 
			
		||||
    color: $ui-primary-color;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user