mirror of
https://git.mirrors.martin98.com/https://github.com/langgenius/dify.git
synced 2025-08-12 19:49:04 +08:00
Fix action button size (#6753)
This commit is contained in:
parent
20268708cc
commit
f43e27814c
@ -16,7 +16,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.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 */
|
||||||
@ -25,7 +25,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.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…
x
Reference in New Issue
Block a user