fix toot border-radius

This commit is contained in:
f0x 2023-05-10 20:18:50 +02:00
parent b5fdf63bb5
commit c8f245b8bc

View file

@ -208,12 +208,15 @@
}
.toot {
border-radius: 0;
.info {
padding: 0.3rem 0.75rem;
}
&:first-child {
border-radius: 0;
&:last-child {
border-bottom-left-radius: $br;
border-bottom-right-radius: $br;
}
}
}