mirror of
				http://git.whoc.org.uk/git/password-manager.git
				synced 2025-10-31 03:17:35 +01:00 
			
		
		
		
	Fixed flickering when showing the value of a password field
This commit is contained in:
		| @@ -2408,11 +2408,11 @@ div.cardList.narrow { | ||||
|       width: 100%; } | ||||
|       .content .cardField .fieldValues .fieldValue.hidden { | ||||
|         font-family: clipperz-password; | ||||
|         font-size: 23pt; } | ||||
|         font-size: 23pt; | ||||
|         line-height: 28px; } | ||||
|         .content .cardField .fieldValues .fieldValue.hidden.visible { | ||||
|           font-family: "clipperz-font"; | ||||
|           font-size: 18pt; | ||||
|           line-height: 28px; } | ||||
|           font-size: 18pt; } | ||||
|   .content .cardField .fieldAction { | ||||
|     -webkit-box-flex: none; | ||||
|     -webkit-flex: none; | ||||
|   | ||||
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							| @@ -478,11 +478,11 @@ $cardViewBasePadding: 10px; | ||||
| 				&.hidden { | ||||
| 					font-family: clipperz-password; | ||||
| 					font-size: 23pt; | ||||
| 					line-height: 28px; | ||||
| 					 | ||||
| 					&.visible { | ||||
| 						font-family: "clipperz-font"; | ||||
| 						font-size: 18pt; | ||||
| 						line-height: 28px; | ||||
| 					} | ||||
| 				} | ||||
| 			} | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Giulio Cesare Solaroli
					Giulio Cesare Solaroli