Fix ui
This commit is contained in:
		
							parent
							
								
									a6a175ede1
								
							
						
					
					
						commit
						dad8fff12d
					
				
					 6 changed files with 15 additions and 2 deletions
				
			
		|  | @ -1,4 +1,7 @@ | ||||||
| --- | --- | ||||||
|  | meta: | ||||||
|  |   lang: "English" | ||||||
|  |   divider: " " | ||||||
| common: | common: | ||||||
|   misskey: "Share everything with others using Misskey." |   misskey: "Share everything with others using Misskey." | ||||||
|   time: |   time: | ||||||
|  |  | ||||||
|  | @ -1,3 +1,7 @@ | ||||||
|  | meta: | ||||||
|  |   lang: "日本語" | ||||||
|  |   divider: "" | ||||||
|  | 
 | ||||||
| common: | common: | ||||||
|   misskey: "Misskeyで皆と共有しよう。" |   misskey: "Misskeyで皆と共有しよう。" | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -59,17 +59,20 @@ root(isDark) | ||||||
| 			> .name | 			> .name | ||||||
| 				margin 0 .5em 0 0 | 				margin 0 .5em 0 0 | ||||||
| 				padding 0 | 				padding 0 | ||||||
|  | 				overflow hidden | ||||||
| 				color isDark ? #fff : #607073 | 				color isDark ? #fff : #607073 | ||||||
| 				font-size 1em | 				font-size 1em | ||||||
| 				font-weight bold | 				font-weight bold | ||||||
| 				text-decoration none | 				text-decoration none | ||||||
| 				white-space normal | 				text-overflow ellipsis | ||||||
| 
 | 
 | ||||||
| 				&:hover | 				&:hover | ||||||
| 					text-decoration underline | 					text-decoration underline | ||||||
| 
 | 
 | ||||||
| 			> .username | 			> .username | ||||||
| 				margin 0 .5em 0 0 | 				margin 0 .5em 0 0 | ||||||
|  | 				overflow hidden | ||||||
|  | 				text-overflow ellipsis | ||||||
| 				color isDark ? #606984 : #d1d8da | 				color isDark ? #606984 : #d1d8da | ||||||
| 
 | 
 | ||||||
| 			> .time | 			> .time | ||||||
|  |  | ||||||
|  | @ -350,6 +350,7 @@ root(isDark) | ||||||
| 		align-items center | 		align-items center | ||||||
| 		padding 16px 32px | 		padding 16px 32px | ||||||
| 		line-height 28px | 		line-height 28px | ||||||
|  | 		white-space pre | ||||||
| 		color #9dbb00 | 		color #9dbb00 | ||||||
| 		background isDark ? linear-gradient(to bottom, #314027 0%, #282c37 100%) : linear-gradient(to bottom, #edfde2 0%, #fff 100%) | 		background isDark ? linear-gradient(to bottom, #314027 0%, #282c37 100%) : linear-gradient(to bottom, #edfde2 0%, #fff 100%) | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -69,8 +69,9 @@ root(isDark) | ||||||
| 					text-decoration underline | 					text-decoration underline | ||||||
| 
 | 
 | ||||||
| 			> .username | 			> .username | ||||||
| 				text-align left |  | ||||||
| 				margin 0 .5em 0 0 | 				margin 0 .5em 0 0 | ||||||
|  | 				overflow hidden | ||||||
|  | 				text-overflow ellipsis | ||||||
| 				color isDark ? #606984 : #d1d8da | 				color isDark ? #606984 : #d1d8da | ||||||
| 
 | 
 | ||||||
| 			> .time | 			> .time | ||||||
|  |  | ||||||
|  | @ -268,6 +268,7 @@ root(isDark) | ||||||
| 		align-items center | 		align-items center | ||||||
| 		padding 8px 16px | 		padding 8px 16px | ||||||
| 		line-height 28px | 		line-height 28px | ||||||
|  | 		white-space pre | ||||||
| 		color #9dbb00 | 		color #9dbb00 | ||||||
| 		background isDark ? linear-gradient(to bottom, #314027 0%, #282c37 100%) : linear-gradient(to bottom, #edfde2 0%, #fff 100%) | 		background isDark ? linear-gradient(to bottom, #314027 0%, #282c37 100%) : linear-gradient(to bottom, #edfde2 0%, #fff 100%) | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue