Browse Source

Fix action button size (#6753)

tags/0.6.16
Yi Xiao 1 year ago
parent
commit
f43e27814c
No account linked to committer's email address
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      web/app/components/base/action-button/index.css

+ 2
- 2
web/app/components/base/action-button/index.css View File

} }


.action-btn-l { .action-btn-l {
@apply p-1.5 w-[34px] h-[34px] rounded-lg
@apply p-1.5 w-8 h-8 rounded-lg
} }


/* m is for the regular button */ /* m is for the regular button */
} }


.action-btn-xs { .action-btn-xs {
@apply p-0 w-5 h-5 rounded
@apply p-0 w-4 h-4 rounded
} }


.action-btn.action-btn-active { .action-btn.action-btn-active {

Loading…
Cancel
Save