forked from mystiq/hydrogen-web
fix tiny jump when timeline starts filling viewport
This commit is contained in:
parent
ecccadb77e
commit
906e5886e1
1 changed files with 4 additions and 1 deletions
|
@ -27,7 +27,10 @@ limitations under the License.
|
||||||
|
|
||||||
.RoomView_body > .Timeline > ul {
|
.RoomView_body > .Timeline > ul {
|
||||||
list-style: none;
|
list-style: none;
|
||||||
padding: 0;
|
/* use small horizontal padding so first/last children margin isn't collapsed
|
||||||
|
at the edge and a scrollbar shows up when setting margin-top to bottom-align
|
||||||
|
content when there are not yet enough tiles to fill the viewport */
|
||||||
|
padding: 1px 0;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue