Fix profile icon size

Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
Šimon Brandner
2023-07-26 12:55:34 +02:00
parent b5e1752e06
commit 3e40b24919

View File

@@ -17,6 +17,8 @@ limitations under the License.
.menuIcon { .menuIcon {
width: 24px; width: 24px;
height: 24px; height: 24px;
flex-shrink: 0;
} }
.userButton svg * { .userButton svg * {