This commit is contained in:
ThatOneCalculator 2022-11-20 13:16:06 -08:00
parent 160c65fa62
commit d2d8661b9c
1 changed files with 3 additions and 3 deletions

View File

@ -90,7 +90,7 @@ function del(): void {
min-height: 38px; min-height: 38px;
border-radius: 16px; border-radius: 16px;
max-width: 100%; max-width: 100%;
margin-left: 10rem; margin-left: 4%;
& + * { & + * {
clear: both; clear: both;
@ -215,8 +215,8 @@ function del(): void {
> .balloon { > .balloon {
$color: var(--X4); $color: var(--X4);
margin-right: 10rem; margin-right: 4%;
margin-left: 0rem !important; margin-left: 0%;
background: $color; background: $color;
&.noText { &.noText {