add padding around messages
This commit is contained in:
parent
7274a7a3f1
commit
96162177e0
1 changed files with 5 additions and 2 deletions
|
@ -74,6 +74,7 @@ th {
|
||||||
flex-wrap: nowrap;
|
flex-wrap: nowrap;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
max-height: 20in;
|
max-height: 20in;
|
||||||
|
padding:.02in .2in;
|
||||||
}
|
}
|
||||||
pre {
|
pre {
|
||||||
background-color: var(--code-bg);
|
background-color: var(--code-bg);
|
||||||
|
@ -1009,6 +1010,7 @@ span {
|
||||||
font-size:.2in;
|
font-size:.2in;
|
||||||
font-weight:bold;
|
font-weight:bold;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
padding-left:.2in;
|
||||||
}
|
}
|
||||||
#mobileback{
|
#mobileback{
|
||||||
/* display:inline-block; */
|
/* display:inline-block; */
|
||||||
|
@ -1337,9 +1339,10 @@ span {
|
||||||
height:.4in;
|
height:.4in;
|
||||||
}
|
}
|
||||||
.topMessage{
|
.topMessage{
|
||||||
padding-top:.1in
|
padding-top:.03in;
|
||||||
|
margin-top:.1in;
|
||||||
}
|
}
|
||||||
.messagediv .flexltr{
|
.messagediv .flexltr{
|
||||||
display:flex;
|
display:flex;
|
||||||
flex-wrap:wrap;
|
flex-wrap:wrap;
|
||||||
overflow:hidden !important;
|
overflow:hidden !important;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue