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

Commit a65637c

Browse files
authored
Fix maximise icon size in the pinned apps drawer (#7152)
1 parent 3583d99 commit a65637c

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

res/css/views/rooms/_AppsDrawer.scss

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -228,15 +228,12 @@ $MinWidth: 240px;
228228
margin: 0 5px;
229229

230230
&.mx_AppTileMenuBar_iconButton_minWidget {
231-
width: 10px;
232-
height: 12px;
233231
mask-size: auto 10px;
234232
mask-image: url("$(res)/img/element-icons/minimise-collapse.svg");
235233
}
236234

237235
&.mx_AppTileMenuBar_iconButton_maxWidget {
238-
width: 11px;
239-
height: 11px;
236+
mask-size: auto 10px;
240237
mask-image: url("$(res)/img/element-icons/maximise-expand.svg");
241238
}
242239

0 commit comments

Comments
 (0)