mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-31 02:16:05 +01:00 
			
		
		
		
	sync status widget tweaks
This commit is contained in:
		| @@ -16,13 +16,13 @@ const TPL = ` | |||||||
|     } |     } | ||||||
|      |      | ||||||
|     .global-menu button { |     .global-menu button { | ||||||
|         margin-right: 5px; |  | ||||||
|         margin-left: 5px; |  | ||||||
|         height: 34px; |         height: 34px; | ||||||
|         border: none; |         border: none; | ||||||
|         font-size: 130%; |         font-size: 150%; | ||||||
|         padding-left: 10px; |         padding-left: 10px; | ||||||
|         padding-right: 10px; |         padding-right: 10px; | ||||||
|  |         position: relative; | ||||||
|  |         top: -2px; | ||||||
|     } |     } | ||||||
|      |      | ||||||
|     .global-menu button:hover { |     .global-menu button:hover { | ||||||
|   | |||||||
| @@ -16,8 +16,6 @@ const TPL = ` | |||||||
|     .sync-status { |     .sync-status { | ||||||
|         height: 34px; |         height: 34px; | ||||||
|         box-sizing: border-box; |         box-sizing: border-box; | ||||||
|         padding-left: 10px; |  | ||||||
|         padding-right: 10px; |  | ||||||
|     } |     } | ||||||
|      |      | ||||||
|     .sync-status .sync-status-icon { |     .sync-status .sync-status-icon { | ||||||
| @@ -25,6 +23,8 @@ const TPL = ` | |||||||
|         font-size: 180%; |         font-size: 180%; | ||||||
|         display: inline-block; |         display: inline-block; | ||||||
|         position: relative; |         position: relative; | ||||||
|  |         padding-left: 10px; | ||||||
|  |         padding-right: 10px; | ||||||
|     } |     } | ||||||
|      |      | ||||||
|     .sync-status .sync-status-icon span { |     .sync-status .sync-status-icon span { | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user