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

Fix wrongly sized default sub-space icons in space panel #7243

Merged
merged 2 commits into from
Dec 1, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 0 additions & 9 deletions res/css/structures/_SpacePanel.scss
Original file line number Diff line number Diff line change
Expand Up @@ -275,8 +275,6 @@ $activeBorderColor: $primary-content;

.mx_BaseAvatar:not(.mx_UserMenu_userAvatar_BaseAvatar) .mx_BaseAvatar_initial {
color: $secondary-content;
width: 32px;
height: 32px;
border-radius: 8px;
background-color: $panel-actions;
font-size: $font-15px !important; // override inline style
Expand All @@ -287,13 +285,6 @@ $activeBorderColor: $primary-content;
visibility: hidden;
}
}

.mx_SpaceTreeLevel {
.mx_BaseAvatar_initial {
width: 24px;
height: 24px;
}
}
}

.mx_SpaceButton_avatarWrapper {
Expand Down