Browse Source

Fix icon size in the new pad modal

master
yflory 9 months ago
parent
commit
3aefc3a893
1 changed files with 1 additions and 1 deletions
  1. 2
      customize.dist/src/less2/include/toolbar.less

2
customize.dist/src/less2/include/toolbar.less

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

Loading…
Cancel
Save