mirror of
https://github.com/humhub/humhub.git
synced 2025-01-16 21:58:17 +01:00
Fix content width in mobile view (#5824)
* Fix content width in mobile view * Fix test
This commit is contained in:
parent
591c0e45cc
commit
bc0bed2ccd
@ -1,6 +1,10 @@
|
||||
HumHub Changelog
|
||||
================
|
||||
|
||||
1.12.1 (Unreleased)
|
||||
----------------------
|
||||
- Fix #5822: Fix content width in mobile view
|
||||
|
||||
1.12.0 (July 27, 2022)
|
||||
----------------------
|
||||
|
||||
|
@ -354,7 +354,7 @@ class StreamCest
|
||||
$I->jsClick('.wall-stream-filter-toggle');
|
||||
$I->waitForElementVisible($dateFromFilter);
|
||||
$I->executeJS("$('" . $dateFromFilter . "').val('" . date('n/j/y') . "').change();");
|
||||
$I->waitForText($postTitle, 10, '.s2_streamContent');
|
||||
$I->waitForText($postTitle, 30, '.s2_streamContent');
|
||||
|
||||
$I->amGoingTo('filter stream by date until yesterday');
|
||||
$I->executeJS("$('" . $dateFromFilter . "').val('').change();");
|
||||
|
@ -281,6 +281,7 @@
|
||||
@media (max-width: 767px) {
|
||||
.wall-entry .wall-entry-body {
|
||||
padding-left: @wallEntryContentLeftPaddingMobile;
|
||||
padding-right: @wallEntryContentLeftPaddingMobile;
|
||||
}
|
||||
|
||||
#wallStream {
|
||||
|
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user