Remove redundant style for toot border

This commit is contained in:
kPherox
2019-04-28 03:50:25 +09:00
parent f495a95be5
commit b6042896e6

View File

@@ -92,14 +92,9 @@ export default class Toot extends Vue {
"avatar media media"
"avatar card card"
"vis action subaction";
border-top: solid 1px;
border-bottom: solid 1px;
& + .toot,
&:first-child {
border-top: none;
}
&:last-child {
& + .toot {
border-top: solid 1px;
border-bottom: none;
}