mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-31 18:36:30 +01:00 
			
		
		
		
	Compare commits
	
		
			1 Commits
		
	
	
		
			copilot/fi
			...
			feat/websi
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
|  | ff06376a30 | 
| @@ -3,6 +3,7 @@ a.download-button { | |||||||
|     align-items: center; |     align-items: center; | ||||||
|     justify-content: center; |     justify-content: center; | ||||||
|     gap: 1em; |     gap: 1em; | ||||||
|  |     font-weight: 500; | ||||||
|  |  | ||||||
|     @media (min-width: 720px) { |     @media (min-width: 720px) { | ||||||
|         display: flex !important; |         display: flex !important; | ||||||
| @@ -11,12 +12,12 @@ a.download-button { | |||||||
|     .platform { |     .platform { | ||||||
|         font-size: 0.75em; |         font-size: 0.75em; | ||||||
|         opacity: 0.75; |         opacity: 0.75; | ||||||
|  |         font-weight: 400; | ||||||
|     } |     } | ||||||
|  |  | ||||||
|     &.big { |     &.big { | ||||||
|         padding: 0.5em 3.5em; |         padding: 0.5em 3.5em; | ||||||
|         margin: 1em 0; |         margin: 1em 0; | ||||||
|         gap: m; |  | ||||||
|         text-align: left; |         text-align: left; | ||||||
|  |  | ||||||
|         .platform { |         .platform { | ||||||
|   | |||||||
| @@ -27,7 +27,7 @@ export default function DownloadButton({ big }: DownloadButtonProps) { | |||||||
|                             Download now{" "} |                             Download now{" "} | ||||||
|                             {big |                             {big | ||||||
|                             ? <span class="platform">v{packageJson.version} for {recommendedDownload.name}</span> |                             ? <span class="platform">v{packageJson.version} for {recommendedDownload.name}</span> | ||||||
|                             : <span class="platform">for {recommendedDownload.name}</span> |                             : null | ||||||
|                             } |                             } | ||||||
|                     </>} |                     </>} | ||||||
|                 /> |                 /> | ||||||
| @@ -40,7 +40,7 @@ export default function DownloadButton({ big }: DownloadButtonProps) { | |||||||
|                             Download now{" "} |                             Download now{" "} | ||||||
|                             {big |                             {big | ||||||
|                             ? <span class="platform">v{packageJson.version} for Linux</span> |                             ? <span class="platform">v{packageJson.version} for Linux</span> | ||||||
|                             : <span class="platform">for Linux</span> |                             : null | ||||||
|                             } |                             } | ||||||
|                     </>} |                     </>} | ||||||
|                 /> |                 /> | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user