mirror of
https://iceshrimp.dev/crimekillz/iceshrimp-161sh.git
synced 2024-11-22 04:03:49 +01:00
styling
This commit is contained in:
parent
9aba5d3404
commit
5873afd9e6
4
.gitignore
vendored
4
.gitignore
vendored
@ -53,3 +53,7 @@ packages/backend/assets/instance.css
|
||||
*.blend3
|
||||
*.blend4
|
||||
*.blend5
|
||||
|
||||
# old yarn
|
||||
.yarn
|
||||
yarn*
|
||||
|
BIN
.yarn/install-state.gz
(Stored with Git LFS)
BIN
.yarn/install-state.gz
(Stored with Git LFS)
Binary file not shown.
@ -352,8 +352,8 @@ function readPromo() {
|
||||
content: "";
|
||||
display: block;
|
||||
margin-bottom: -10px;
|
||||
width: 2px;
|
||||
background-color: var(--accentDarken);
|
||||
width: 0.5px;
|
||||
background-color: var(--divider);
|
||||
margin-inline: auto;
|
||||
}
|
||||
}
|
||||
|
@ -153,8 +153,8 @@ const replies: misskey.entities.Note[] = props.conversation?.filter(item => item
|
||||
&::before {
|
||||
content: "";
|
||||
display: block;
|
||||
width: 2px;
|
||||
background-color: var(--accentDarken);
|
||||
width: 0.5px;
|
||||
background-color: var(--divider);
|
||||
margin-inline: auto;
|
||||
.note > & {
|
||||
margin-bottom: -16px;
|
||||
|
Loading…
Reference in New Issue
Block a user