[Client:Mobile] 🎨
This commit is contained in:
		
							parent
							
								
									1735de3ff9
								
							
						
					
					
						commit
						57dc370a19
					
				
					 1 changed files with 4 additions and 1 deletions
				
			
		| 
						 | 
					@ -34,7 +34,7 @@
 | 
				
			||||||
			<virtual each={ file in files }>
 | 
								<virtual each={ file in files }>
 | 
				
			||||||
				<mk-drive-file file={ file }></mk-drive-file>
 | 
									<mk-drive-file file={ file }></mk-drive-file>
 | 
				
			||||||
			</virtual>
 | 
								</virtual>
 | 
				
			||||||
			<p if={ moreFiles } onclick={ fetchMoreFiles }>もっと読み込む</p>
 | 
								<button class="more" if={ moreFiles } onclick={ fetchMoreFiles }>もっと読み込む</button>
 | 
				
			||||||
		</div>
 | 
							</div>
 | 
				
			||||||
		<div class="empty" if={ files.length == 0 && folders.length == 0 && !fetching }>
 | 
							<div class="empty" if={ files.length == 0 && folders.length == 0 && !fetching }>
 | 
				
			||||||
			<p if={ !folder == null }>ドライブには何もありません。</p>
 | 
								<p if={ !folder == null }>ドライブには何もありません。</p>
 | 
				
			||||||
| 
						 | 
					@ -113,6 +113,9 @@
 | 
				
			||||||
					> mk-drive-file
 | 
										> mk-drive-file
 | 
				
			||||||
						border-bottom solid 1px #eee
 | 
											border-bottom solid 1px #eee
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
										> .more
 | 
				
			||||||
 | 
											color #555
 | 
				
			||||||
 | 
					
 | 
				
			||||||
				> .empty
 | 
									> .empty
 | 
				
			||||||
					padding 16px
 | 
										padding 16px
 | 
				
			||||||
					text-align center
 | 
										text-align center
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue