Tweak skeleton UI height to be more reasonable

This commit is contained in:
Michael Telatynski 2021-10-11 10:50:33 +01:00
parent 414b20f17e
commit e54d803343

View file

@ -391,7 +391,7 @@ limitations under the License.
.mx_RoomSublist_skeletonUI {
position: relative;
margin-left: 4px;
height: 288px;
height: 240px;
&::before {
background: $roomsublist-skeleton-ui-bg;