mirror of https://github.com/vector-im/riot-web
				
				
				
			Add comments to message bubble magic numbers
Signed-off-by: Robin Townsend <robin@robin.town>pull/21833/head
							parent
							
								
									35171ccd23
								
							
						
					
					
						commit
						2c0835ed9b
					
				|  | @ -23,7 +23,6 @@ limitations under the License. | |||
| } | ||||
| 
 | ||||
| .mx_EventTile[data-layout=bubble] { | ||||
| 
 | ||||
|     position: relative; | ||||
|     margin-top: var(--gutterSize); | ||||
|     margin-left: 49px; | ||||
|  | @ -287,6 +286,7 @@ limitations under the License. | |||
|     .mx_EventTile_line, | ||||
|     .mx_EventTile_info { | ||||
|         min-width: 100%; | ||||
|         // Preserve alignment with left edge of text in bubbles | ||||
|         margin: 0; | ||||
|     } | ||||
| 
 | ||||
|  | @ -295,6 +295,7 @@ limitations under the License. | |||
|     } | ||||
| 
 | ||||
|     .mx_EventTile_line > a { | ||||
|         // Align timestamps with those of normal bubble tiles | ||||
|         right: auto; | ||||
|         top: -11px; | ||||
|         left: -95px; | ||||
|  | @ -329,6 +330,7 @@ limitations under the License. | |||
|     .mx_EventTile_line { | ||||
|         margin: 0; | ||||
|         > a { | ||||
|             // Align timestamps with those of normal bubble tiles | ||||
|             left: -76px; | ||||
|         } | ||||
|     } | ||||
|  | @ -339,6 +341,7 @@ limitations under the License. | |||
| } | ||||
| 
 | ||||
| .mx_EventListSummary[data-expanded=false][data-layout=bubble] { | ||||
|     // Align with left edge of bubble tiles | ||||
|     padding: 0 49px; | ||||
| } | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue
	
	 Robin Townsend
						Robin Townsend