mirror of
				https://github.com/janeczku/calibre-web
				synced 2025-10-31 07:13:02 +00:00 
			
		
		
		
	Fixes cover layouts in user edit page
This commit is contained in:
		| @@ -141,7 +141,7 @@ | ||||
|     {% for entry in downloads %} | ||||
|       <div class="col-sm-2"> | ||||
|         <a class="pull-left" href="{{ url_for('web.show_book', book_id=entry.id) }}"> | ||||
|           <img class="media-object" width="100" src="{{ url_for('web.get_cover', book_id=entry.id) }}" alt="..."> | ||||
|           <img class="media-object" style="margin:5px;" height="150" src="{{ url_for('web.get_cover', book_id=entry.id) }}" alt="..."> | ||||
|         </a> | ||||
|       </div> | ||||
|     {% endfor %} | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Kyos
					Kyos