fix: ⚗️
This commit is contained in:
parent
38ebf77891
commit
bd24de7ab7
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "misskey",
|
"name": "misskey",
|
||||||
"version": "12.118.1-calc.6.4",
|
"version": "12.118.1-calc.6.5",
|
||||||
"codename": "aqua",
|
"codename": "aqua",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
|
|
@ -401,7 +401,7 @@ function readPromo() {
|
||||||
flex-shrink: 0;
|
flex-shrink: 0;
|
||||||
color: inherit;
|
color: inherit;
|
||||||
|
|
||||||
&::after {
|
&:after {
|
||||||
content: "";
|
content: "";
|
||||||
position: absolute;
|
position: absolute;
|
||||||
inset: 0;
|
inset: 0;
|
||||||
|
@ -453,7 +453,7 @@ function readPromo() {
|
||||||
}
|
}
|
||||||
|
|
||||||
> .content {
|
> .content {
|
||||||
position: relative;
|
/* position: relative; */
|
||||||
|
|
||||||
&.isLong {
|
&.isLong {
|
||||||
> .showLess {
|
> .showLess {
|
||||||
|
|
Loading…
Reference in New Issue