mirror of https://github.com/vector-im/riot-web
Fix icons being cut off in settings
Fixes https://github.com/vector-im/riot-web/issues/8578pull/21833/head
parent
ae945eaf12
commit
96619afc7c
|
@ -64,7 +64,7 @@ limitations under the License.
|
||||||
background-color: $tab-label-icon-bg-color;
|
background-color: $tab-label-icon-bg-color;
|
||||||
mask-repeat: no-repeat;
|
mask-repeat: no-repeat;
|
||||||
mask-size: 16px;
|
mask-size: 16px;
|
||||||
width: 14px;
|
width: 16px;
|
||||||
height: 22px;
|
height: 22px;
|
||||||
mask-position: center;
|
mask-position: center;
|
||||||
content: '';
|
content: '';
|
||||||
|
|
Loading…
Reference in New Issue