mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-31 02:16:05 +01:00 
			
		
		
		
	styling hack for the design to look correct in both FF and chrome
This commit is contained in:
		| @@ -270,8 +270,15 @@ body { | ||||
|     position: relative; | ||||
|     background: linear-gradient(to right, var(--main-border-color), transparent); | ||||
|     height: 1px; | ||||
|     margin-top: 31px; | ||||
| } | ||||
|  | ||||
| /* hack for 1 pixel difference in handling between FF and chrome */ | ||||
| @-moz-document url-prefix() { | ||||
|     .tab-row-filler .tab-row-border { | ||||
|         margin-top: 32px; | ||||
|     } | ||||
| } | ||||
|  | ||||
| .note-tab-row .note-tab[active] { | ||||
|     z-index: 5; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user