Reduce bottom margin of ReplyChain on compact modern layout (#8972)
This commit is contained in:
parent
bd4f79b9a2
commit
727afdc33a
3 changed files with 13 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue