fix
This commit is contained in:
parent
09be8fc799
commit
ca6b328cf8
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "calckey",
|
||||
"version": "12.119.0-calc.14.13",
|
||||
"version": "12.119.0-calc.14.14",
|
||||
"codename": "aqua",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
|
|
@ -89,7 +89,8 @@ function del(): void {
|
|||
padding: 0;
|
||||
min-height: 38px;
|
||||
border-radius: 16px;
|
||||
max-width: 75%;
|
||||
max-width: 100%;
|
||||
margin-left: 10rem;
|
||||
|
||||
& + * {
|
||||
clear: both;
|
||||
|
@ -214,6 +215,8 @@ function del(): void {
|
|||
|
||||
> .balloon {
|
||||
$color: var(--X4);
|
||||
margin-right: 10rem;
|
||||
margin-left: 0rem !important;
|
||||
background: $color;
|
||||
|
||||
&.noText {
|
||||
|
|
Loading…
Reference in New Issue