File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 2020 margin : 0 ;
2121 padding : 0 ;
2222 font-family : inherit;
23+ font-size : var (--sl-font-size-medium );
2324 white-space : pre-wrap;
2425}
2526
4041.reply-message-boxed {
4142 font-size : var (--sl-font-size-x-small );
4243 background : var (--sl-color-gray-100 );
44+ box-shadow : var (--sl-shadow-medium );
4345 width : 100% ;
4446 border-radius : 3px ;
4547 border-left : 3px solid var (--sl-color-neutral-500 );
48+ margin-bottom : 0.25rem ;
4649}
4750.reply-message-content {
4851 overflow-wrap : break-word;
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ form pre {
4242 margin : 0 ;
4343 padding : 0 ;
4444 font-family : inherit;
45- font-size : small ;
45+ font-size : var ( --sl-font-size-medium ) ;
4646 white-space : pre-wrap;
4747}
4848
You can’t perform that action at this time.
0 commit comments