Tweak skeleton UI height to be more reasonable
parent
414b20f17e
commit
e54d803343
|
@ -391,7 +391,7 @@ limitations under the License.
|
||||||
.mx_RoomSublist_skeletonUI {
|
.mx_RoomSublist_skeletonUI {
|
||||||
position: relative;
|
position: relative;
|
||||||
margin-left: 4px;
|
margin-left: 4px;
|
||||||
height: 288px;
|
height: 240px;
|
||||||
|
|
||||||
&::before {
|
&::before {
|
||||||
background: $roomsublist-skeleton-ui-bg;
|
background: $roomsublist-skeleton-ui-bg;
|
||||||
|
|
Loading…
Reference in New Issue