mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-05-30 06:55:16 -04:00
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-??-??*
|
### v0.19 - *2012-??-??*
|
||||||
|
|
||||||
* Fixes js problems in IE 7+8
|
* fixes js problems in IE 7+8
|
||||||
* Hides broken tree view in IE < 9 and adds a message to the footer
|
* 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
|
* updates lv translation
|
||||||
* adds ro translation by [Jakob Cosoroabă](http://github.com/midday)
|
* adds ro translation by [Jakob Cosoroabă](http://github.com/midday)
|
||||||
* adds ja translation by [metasta](http://github.com/metasta)
|
* adds ja translation by [metasta](http://github.com/metasta)
|
||||||
|
|
|
@ -214,8 +214,8 @@
|
||||||
display: block;
|
display: block;
|
||||||
|
|
||||||
img {
|
img {
|
||||||
min-width: 48px;
|
max-width: 100px;
|
||||||
min-height: 48px;
|
height: 48px;
|
||||||
margin-bottom: 8px;
|
margin-bottom: 8px;
|
||||||
&.thumb {
|
&.thumb {
|
||||||
border: 1px solid #eee;
|
border: 1px solid #eee;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue