Reduce bottom margin of ReplyChain on compact modern layout (#8972)

This commit is contained in:
Suguru Hirahara
2023-03-06 09:19:38 +00:00
committed by GitHub
parent bd4f79b9a2
commit 727afdc33a
3 changed files with 13 additions and 2 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ limitations under the License.
*/
.mx_ReplyChain {
margin: 0 0 $spacing-8 0;
margin: 0; // Reset default blockquote margin
padding-left: 10px; // TODO: Use a spacing variable
border-left: 2px solid var(--username-color); // TODO: Use a spacing variable
border-radius: 2px; // TODO: Use a spacing variable