mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2024-12-22 19:14:52 +01:00
fix tiny jump when timeline starts filling viewport
This commit is contained in:
parent
ecccadb77e
commit
906e5886e1
@ -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 New Issue
Block a user