fix(ui): regression (gap between text and icon on buttons)
This commit is contained in:
parent
b7ea9c4ff0
commit
2202d8431f
|
@ -223,7 +223,7 @@ onMounted(() => {
|
|||
|
||||
// Icon
|
||||
|
||||
i.bi {
|
||||
> i.bi {
|
||||
font-size: 18px;
|
||||
margin: -2px 0;
|
||||
&.large {
|
||||
|
@ -231,14 +231,15 @@ onMounted(() => {
|
|||
margin: -8px 0;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
&.is-icon-only i.bi {
|
||||
margin: -6px;
|
||||
&.large {
|
||||
margin: -8px;
|
||||
}
|
||||
}
|
||||
&:has(>i){
|
||||
gap: 10px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue