styling
This commit is contained in:
parent
83b56f4ad5
commit
d44cb14615
|
@ -53,3 +53,7 @@ packages/backend/assets/instance.css
|
||||||
*.blend3
|
*.blend3
|
||||||
*.blend4
|
*.blend4
|
||||||
*.blend5
|
*.blend5
|
||||||
|
|
||||||
|
# old yarn
|
||||||
|
.yarn
|
||||||
|
yarn*
|
||||||
|
|
Binary file not shown.
|
@ -352,8 +352,8 @@ function readPromo() {
|
||||||
content: "";
|
content: "";
|
||||||
display: block;
|
display: block;
|
||||||
margin-bottom: -10px;
|
margin-bottom: -10px;
|
||||||
width: 2px;
|
width: 0.5px;
|
||||||
background-color: var(--accentDarken);
|
background-color: var(--divider);
|
||||||
margin-inline: auto;
|
margin-inline: auto;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -153,8 +153,8 @@ const replies: misskey.entities.Note[] = props.conversation?.filter(item => item
|
||||||
&::before {
|
&::before {
|
||||||
content: "";
|
content: "";
|
||||||
display: block;
|
display: block;
|
||||||
width: 2px;
|
width: 0.5px;
|
||||||
background-color: var(--accentDarken);
|
background-color: var(--divider);
|
||||||
margin-inline: auto;
|
margin-inline: auto;
|
||||||
.note > & {
|
.note > & {
|
||||||
margin-bottom: -16px;
|
margin-bottom: -16px;
|
||||||
|
|
Loading…
Reference in New Issue