mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-01-08 23:50:14 +00:00
fix toot border-radius
This commit is contained in:
parent
b5fdf63bb5
commit
c8f245b8bc
|
@ -208,12 +208,15 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.toot {
|
.toot {
|
||||||
|
border-radius: 0;
|
||||||
|
|
||||||
.info {
|
.info {
|
||||||
padding: 0.3rem 0.75rem;
|
padding: 0.3rem 0.75rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
&:first-child {
|
&:last-child {
|
||||||
border-radius: 0;
|
border-bottom-left-radius: $br;
|
||||||
|
border-bottom-right-radius: $br;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue