We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db34ff8 commit b8a3b29Copy full SHA for b8a3b29
res/css/views/dialogs/_SpotlightDialog.scss
@@ -148,6 +148,13 @@ limitations under the License.
148
149
.mx_DecoratedRoomAvatar {
150
margin-right: 8px;
151
+ width: 20px;
152
+ height: 20px;
153
+
154
+ .mx_BaseAvatar {
155
+ width: inherit;
156
+ height: inherit;
157
+ }
158
}
159
160
.mx_NotificationBadge {
res/css/views/rooms/_RecentlyViewedButton.scss
@@ -49,9 +49,13 @@ limitations under the License.
49
background-color: $panel-actions;
50
51
52
- .mx_BaseAvatar {
+ .mx_DecoratedRoomAvatar {
53
54
width: 24px;
55
56
57
58
59
60
61
.mx_RecentlyViewedButton_entry_label {
0 commit comments