[Client] Fix design
This commit is contained in:
		
							parent
							
								
									039eab6f9a
								
							
						
					
					
						commit
						5306bb518d
					
				
					 4 changed files with 8 additions and 1 deletions
				
			
		|  | @ -1,7 +1,7 @@ | ||||||
| { | { | ||||||
|   "name": "misskey", |   "name": "misskey", | ||||||
|   "author": "syuilo <i@syuilo.com>", |   "author": "syuilo <i@syuilo.com>", | ||||||
|   "version": "0.0.1432", |   "version": "0.0.1433", | ||||||
|   "license": "MIT", |   "license": "MIT", | ||||||
|   "description": "A miniblog-based SNS", |   "description": "A miniblog-based SNS", | ||||||
|   "bugs": "https://github.com/syuilo/misskey/issues", |   "bugs": "https://github.com/syuilo/misskey/issues", | ||||||
|  |  | ||||||
|  | @ -52,6 +52,7 @@ | ||||||
| 				> mk-drive | 				> mk-drive | ||||||
| 					height calc(100% - 42px) | 					height calc(100% - 42px) | ||||||
| 					overflow scroll | 					overflow scroll | ||||||
|  | 					-webkit-overflow-scrolling touch | ||||||
| 
 | 
 | ||||||
| 	</style> | 	</style> | ||||||
| 	<script> | 	<script> | ||||||
|  |  | ||||||
|  | @ -56,6 +56,7 @@ | ||||||
| 				> mk-drive | 				> mk-drive | ||||||
| 					height calc(100% - 42px) | 					height calc(100% - 42px) | ||||||
| 					overflow scroll | 					overflow scroll | ||||||
|  | 					-webkit-overflow-scrolling touch | ||||||
| 
 | 
 | ||||||
| 	</style> | 	</style> | ||||||
| 	<script> | 	<script> | ||||||
|  |  | ||||||
|  | @ -61,6 +61,7 @@ | ||||||
| 			> nav | 			> nav | ||||||
| 				display block | 				display block | ||||||
| 				position sticky | 				position sticky | ||||||
|  | 				position -webkit-sticky | ||||||
| 				top 0 | 				top 0 | ||||||
| 				z-index 1 | 				z-index 1 | ||||||
| 				width 100% | 				width 100% | ||||||
|  | @ -114,6 +115,10 @@ | ||||||
| 						border-bottom solid 1px #eee | 						border-bottom solid 1px #eee | ||||||
| 
 | 
 | ||||||
| 					> .more | 					> .more | ||||||
|  | 						display block | ||||||
|  | 						width 100% | ||||||
|  | 						padding 16px | ||||||
|  | 						font-size 16px | ||||||
| 						color #555 | 						color #555 | ||||||
| 
 | 
 | ||||||
| 				> .empty | 				> .empty | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue