Tweak skeleton UI height to be more reasonable

pull/21833/head
Michael Telatynski 2021-10-11 10:50:33 +01:00
parent 414b20f17e
commit e54d803343
1 changed files with 1 additions and 1 deletions

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;