Fixes thumbnail size for portrait screenshots in icon view.
This commit is contained in:
parent
cdb9157cd1
commit
81cce9e07c
2 changed files with 6 additions and 4 deletions
|
@ -31,8 +31,10 @@ h5ai is provided under the terms of the [MIT License](http://github.com/lrsjng/h
|
|||
|
||||
### v0.19 - *2012-??-??*
|
||||
|
||||
* Fixes js problems in IE 7+8
|
||||
* Hides broken tree view in IE < 9 and adds a message to the footer
|
||||
* fixes js problems in IE 7+8
|
||||
* hides broken tree view in IE < 9 and adds a message to the footer
|
||||
* disables hash changes since they break logical browser history
|
||||
* fixes thumbnail size for portrait images in icon view
|
||||
* updates lv translation
|
||||
* adds ro translation by [Jakob Cosoroabă](http://github.com/midday)
|
||||
* adds ja translation by [metasta](http://github.com/metasta)
|
||||
|
|
|
@ -214,8 +214,8 @@
|
|||
display: block;
|
||||
|
||||
img {
|
||||
min-width: 48px;
|
||||
min-height: 48px;
|
||||
max-width: 100px;
|
||||
height: 48px;
|
||||
margin-bottom: 8px;
|
||||
&.thumb {
|
||||
border: 1px solid #eee;
|
||||
|
|
Loading…
Add table
Reference in a new issue