Fix room list skeleton ui for narrow room list
This commit is contained in:
parent
11480e8641
commit
d050c00703
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue