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 20
20
margin : 0 ;
21
21
padding : 0 ;
22
22
font-family : inherit;
23
+ font-size : var (--sl-font-size-medium );
23
24
white-space : pre-wrap;
24
25
}
25
26
40
41
.reply-message-boxed {
41
42
font-size : var (--sl-font-size-x-small );
42
43
background : var (--sl-color-gray-100 );
44
+ box-shadow : var (--sl-shadow-medium );
43
45
width : 100% ;
44
46
border-radius : 3px ;
45
47
border-left : 3px solid var (--sl-color-neutral-500 );
48
+ margin-bottom : 0.25rem ;
46
49
}
47
50
.reply-message-content {
48
51
overflow-wrap : break-word;
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ form pre {
42
42
margin : 0 ;
43
43
padding : 0 ;
44
44
font-family : inherit;
45
- font-size : small ;
45
+ font-size : var ( --sl-font-size-medium ) ;
46
46
white-space : pre-wrap;
47
47
}
48
48
You can’t perform that action at this time.
0 commit comments