mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-14 14:07:38 -07:00
fix padding
This commit is contained in:
parent
2a69ade176
commit
3672d8c995
1 changed files with 3 additions and 3 deletions
|
@ -471,9 +471,6 @@ onUnmounted(() => {
|
|||
> .article {
|
||||
padding-block: 28px 6px;
|
||||
padding-top: 12px;
|
||||
&:last-child {
|
||||
padding-bottom: 24px;
|
||||
}
|
||||
font-size: 1.1rem;
|
||||
overflow: clip;
|
||||
outline: none;
|
||||
|
@ -481,6 +478,9 @@ onUnmounted(() => {
|
|||
:deep(.article) {
|
||||
cursor: unset;
|
||||
}
|
||||
&:first-of-type {
|
||||
padding-top: 28px;
|
||||
}
|
||||
}
|
||||
|
||||
> .reply {
|
||||
|
|
Loading…
Reference in a new issue