CSS: use em instead px to define PWA notification badge size (#56509)

This commit is contained in:
Thomas Jund 2021-08-31 11:58:49 +02:00
parent d6a5a64926
commit 6a49f515da
1 changed files with 3 additions and 3 deletions

View File

@ -419,9 +419,9 @@ div.menucell {
top: 10px;
left: calc(50% + 10px);
border-radius: 100%;
height: 16px;
line-height: 16px;
width: 16px;
height: 2em;
line-height: 2em;
width: 2em;
}
}
}