This commit is contained in:
ThatOneCalculator 2022-11-06 13:25:41 -08:00
parent 752ee9b948
commit 147c72b6da
2 changed files with 48 additions and 56 deletions

View file

@ -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",

View file

@ -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 {