mirror of
https://github.com/element-hq/element-web
synced 2024-11-23 09:46:09 +03:00
Use display:block over absolute positioning
This commit is contained in:
parent
5c7e59b132
commit
256636ccf8
1 changed files with 1 additions and 2 deletions
|
@ -100,15 +100,14 @@ limitations under the License.
|
|||
}
|
||||
|
||||
.mx_IconizedContextMenu_icon {
|
||||
position: relative;
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
display: block;
|
||||
|
||||
&::before {
|
||||
content: '';
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
position: absolute;
|
||||
mask-position: center;
|
||||
mask-size: contain;
|
||||
mask-repeat: no-repeat;
|
||||
|
|
Loading…
Reference in a new issue