mirror of
https://github.com/humhub/humhub.git
synced 2025-01-16 21:58:17 +01:00
Fix: Stream image preview size not changeable
This commit is contained in:
parent
01221851e4
commit
132af2fcda
@ -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)
|
||||
--------------------------
|
||||
|
@ -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
Loading…
x
Reference in New Issue
Block a user