[Client] Fix design
This commit is contained in:
parent
b7dd711b50
commit
dffa501904
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "misskey",
|
"name": "misskey",
|
||||||
"author": "syuilo <i@syuilo.com>",
|
"author": "syuilo <i@syuilo.com>",
|
||||||
"version": "0.0.1578",
|
"version": "0.0.1579",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"description": "A miniblog-based SNS",
|
"description": "A miniblog-based SNS",
|
||||||
"bugs": "https://github.com/syuilo/misskey/issues",
|
"bugs": "https://github.com/syuilo/misskey/issues",
|
||||||
|
|
|
@ -42,7 +42,7 @@
|
||||||
|
|
||||||
&:not(.compact)
|
&:not(.compact)
|
||||||
margin-top $balloon-size
|
margin-top $balloon-size
|
||||||
transform-origin center top
|
transform-origin center -($balloon-size)
|
||||||
|
|
||||||
&:before
|
&:before
|
||||||
content ""
|
content ""
|
||||||
|
|
Loading…
Reference in New Issue