[Glitch] Fix unread indicator on announcements not being aligned with text in web UI
Port d85b330558 to glitch-soc
Signed-off-by: Thibaut Girka <thib@sitedethib.com>
			
			
This commit is contained in:
		
							parent
							
								
									b7008b2cd5
								
							
						
					
					
						commit
						01a6fa0771
					
				
					 1 changed files with 3 additions and 4 deletions
				
			
		|  | @ -84,14 +84,13 @@ | |||
| 
 | ||||
|     &__unread { | ||||
|       position: absolute; | ||||
|       top: 15px; | ||||
|       right: 15px; | ||||
|       display: inline-block; | ||||
|       top: 19px; | ||||
|       right: 19px; | ||||
|       display: block; | ||||
|       background: $highlight-text-color; | ||||
|       border-radius: 50%; | ||||
|       width: 0.625rem; | ||||
|       height: 0.625rem; | ||||
|       margin: 0 .15em; | ||||
|     } | ||||
|   } | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
		Reference in a new issue