You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-01 13:11:10 +03:00
Fix maximise icon size in the pinned apps drawer (#7152)
This commit is contained in:
@@ -228,15 +228,12 @@ $MinWidth: 240px;
|
||||
margin: 0 5px;
|
||||
|
||||
&.mx_AppTileMenuBar_iconButton_minWidget {
|
||||
width: 10px;
|
||||
height: 12px;
|
||||
mask-size: auto 10px;
|
||||
mask-image: url("$(res)/img/element-icons/minimise-collapse.svg");
|
||||
}
|
||||
|
||||
&.mx_AppTileMenuBar_iconButton_maxWidget {
|
||||
width: 11px;
|
||||
height: 11px;
|
||||
mask-size: auto 10px;
|
||||
mask-image: url("$(res)/img/element-icons/maximise-expand.svg");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user