Fix room list skeleton ui for narrow room list

This commit is contained in:
Michael Telatynski 2021-10-12 10:30:36 +01:00
parent 11480e8641
commit d050c00703

View File

@ -406,3 +406,8 @@ limitations under the License.
mask-image: url('$(res)/img/element-icons/roomlist/skeleton-ui.svg'); mask-image: url('$(res)/img/element-icons/roomlist/skeleton-ui.svg');
} }
} }
.mx_RoomSublist_minimized .mx_RoomSublist_skeletonUI {
width: 32px; // cut off the horizontal lines in the svg
margin-left: 10px; // align with sublist + buttons
}