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