Fix icon size in the new pad modal

This commit is contained in:
yflory 2020-04-06 16:13:51 +02:00
parent 0f21f3118b
commit 3aefc3a893

View File

@ -371,7 +371,7 @@
width: 200px; width: 200px;
display: flex; display: flex;
align-items: center; align-items: center;
.fa { .fa, .cptools {
font-size: 32px; font-size: 32px;
min-width: 50px; min-width: 50px;
} }