fix: note header style

This commit is contained in:
NoriDev 2023-06-17 19:49:05 +09:00
parent 7017244090
commit bb12e517c3

View file

@ -62,15 +62,16 @@ const showTicker = (defaultStore.state.instanceTicker === 'always') || (defaultS
}
.section {
display: flex;
align-items: flex-start;
white-space: nowrap;
flex-direction: column;
overflow: hidden;
&:last-child {
display: flex;
align-items: flex-end;
margin-left: auto;
padding-left: 10px;
overflow: clip;
}
}