mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-15 20:54:59 +08:00
Fix room list skeleton ui for narrow room list
This commit is contained in:
parent
11480e8641
commit
d050c00703
@ -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
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user