Chat: Fix bot miniapp button style (#6056)
This commit is contained in:
parent
6286630dce
commit
7fd73a1605
@ -36,7 +36,7 @@
|
|||||||
padding: 0 0.4375rem;
|
padding: 0 0.4375rem;
|
||||||
border-radius: 0.75rem;
|
border-radius: 0.75rem;
|
||||||
|
|
||||||
font-size: 0.875rem !important;
|
font-size: 0.875rem;
|
||||||
font-weight: var(--font-weight-medium);
|
font-weight: var(--font-weight-medium);
|
||||||
line-height: 1.5625rem;
|
line-height: 1.5625rem;
|
||||||
color: white;
|
color: white;
|
||||||
@ -116,5 +116,7 @@
|
|||||||
|
|
||||||
&.miniapp {
|
&.miniapp {
|
||||||
z-index: calc(var(--z-chat-ripple) + 1);
|
z-index: calc(var(--z-chat-ripple) + 1);
|
||||||
|
padding: 0 0.4375rem !important;
|
||||||
|
font-size: 0.875rem !important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user