fix
This commit is contained in:
parent
7beec91753
commit
3ea4c8cba6
2 changed files with 48 additions and 56 deletions
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "calckey",
|
"name": "calckey",
|
||||||
"version": "12.119.0-calc.8-rc.4",
|
"version": "12.119.0-calc.8-rc.5",
|
||||||
"codename": "aqua",
|
"codename": "aqua",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
|
|
@ -100,15 +100,8 @@ function isMe(message): boolean {
|
||||||
clear: both;
|
clear: both;
|
||||||
}
|
}
|
||||||
|
|
||||||
> div {
|
|
||||||
padding: 20px 30px;
|
padding: 20px 30px;
|
||||||
|
|
||||||
&:after {
|
|
||||||
content: "";
|
|
||||||
display: block;
|
|
||||||
clear: both;
|
|
||||||
}
|
|
||||||
|
|
||||||
> header {
|
> header {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
@ -166,7 +159,6 @@ function isMe(message): boolean {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
&.max-width_400px {
|
&.max-width_400px {
|
||||||
> .message {
|
> .message {
|
||||||
|
|
Loading…
Reference in a new issue