You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-04 11:51:45 +03:00
Tweak skeleton UI height to be more reasonable
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user