Fix icon size bug in space people context menu (#7822)
This commit is contained in:
@@ -90,7 +90,6 @@ limitations under the License.
|
||||
width: 16px;
|
||||
min-width: 16px;
|
||||
max-width: 16px;
|
||||
mask-size: contain;
|
||||
}
|
||||
|
||||
span.mx_IconizedContextMenu_label { // labels
|
||||
@@ -120,8 +119,8 @@ limitations under the License.
|
||||
|
||||
&::before {
|
||||
content: '';
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
width: inherit;
|
||||
height: inherit;
|
||||
position: absolute;
|
||||
mask-position: center;
|
||||
mask-size: contain;
|
||||
|
||||
Reference in New Issue
Block a user