1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-03 00:33:22 +03:00

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;