Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
Fix room list skeleton ui for narrow room list
Browse files Browse the repository at this point in the history
  • Loading branch information
t3chguy committed Oct 12, 2021
1 parent 11480e8 commit d050c00
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions res/css/views/rooms/_RoomSublist.scss
Original file line number Diff line number Diff line change
Expand Up @@ -406,3 +406,8 @@ limitations under the License.
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
}

0 comments on commit d050c00

Please sign in to comment.