forked from mirror/misskey
fix(frontend): #11279 adjusted margin & padding
This commit is contained in:
parent
e410b8a03b
commit
e82a2d482a
@ -907,6 +907,7 @@ defineExpose({
|
||||
display: flex;
|
||||
flex-wrap: nowrap;
|
||||
gap: 4px;
|
||||
margin-bottom: -10px;
|
||||
}
|
||||
|
||||
.headerLeft {
|
||||
@ -1024,7 +1025,7 @@ defineExpose({
|
||||
}
|
||||
|
||||
.targetNote {
|
||||
padding: 0 20px 16px 20px;
|
||||
padding: 10px 20px 16px 20px;
|
||||
}
|
||||
|
||||
.withQuote {
|
||||
|
Loading…
Reference in New Issue
Block a user