Fix: Stream image preview size not changeable

This commit is contained in:
Lucas Bartholemy 2018-01-23 14:56:30 +01:00
parent 01221851e4
commit 132af2fcda
3 changed files with 4 additions and 2 deletions

View File

@ -21,6 +21,8 @@ migrate your code to SpreadsheetExport. PHPOffice is replaced by PHPSpreadsheet.
- Enh: Disabled automatic content following on likes by default
- Enh: Improved IntegrityChecker memory usage
- Chg: `PendingRegistrationsController->createCVS` removed
- Fix: Stream image preview size not changeable
1.2.4 (December 13, 2017)
--------------------------

View File

@ -28,7 +28,7 @@
vertical-align: top;
margin-bottom: 3px;
margin-right: 5px;
max-height: 130px;
max-height: 100%;
-webkit-animation-duration: 2s; /* Safari 4.0 - 8.0 */
animation-duration: 2s;
}

File diff suppressed because one or more lines are too long