mirror of
https://iceshrimp.dev/crimekillz/iceshrimp-161sh.git
synced 2024-11-22 12:13:48 +01:00
fix
This commit is contained in:
parent
d84c65e14e
commit
c968024280
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "calckey",
|
"name": "calckey",
|
||||||
"version": "12.119.0-calc.14.13",
|
"version": "12.119.0-calc.14.14",
|
||||||
"codename": "aqua",
|
"codename": "aqua",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
@ -89,7 +89,8 @@ function del(): void {
|
|||||||
padding: 0;
|
padding: 0;
|
||||||
min-height: 38px;
|
min-height: 38px;
|
||||||
border-radius: 16px;
|
border-radius: 16px;
|
||||||
max-width: 75%;
|
max-width: 100%;
|
||||||
|
margin-left: 10rem;
|
||||||
|
|
||||||
& + * {
|
& + * {
|
||||||
clear: both;
|
clear: both;
|
||||||
@ -214,6 +215,8 @@ function del(): void {
|
|||||||
|
|
||||||
> .balloon {
|
> .balloon {
|
||||||
$color: var(--X4);
|
$color: var(--X4);
|
||||||
|
margin-right: 10rem;
|
||||||
|
margin-left: 0rem !important;
|
||||||
background: $color;
|
background: $color;
|
||||||
|
|
||||||
&.noText {
|
&.noText {
|
||||||
|
Loading…
Reference in New Issue
Block a user