Compare commits

..

No commits in common. "2a9d5b393e01dbdeda6767e5040d3f6977922205" and "0b1f806276a0d7e8ef664d13d57135b244fa8fca" have entirely different histories.

2 changed files with 11 additions and 13 deletions

View File

@ -39,3 +39,8 @@ features = [
"MediaQueryList",
"Window"
]
[profile.release]
debug = true

View File

@ -30,7 +30,7 @@
white-space: nowrap;
}
.message .body {
.body {
background: white;
color: black;
margin-top: 0.5em;
@ -48,18 +48,6 @@
margin: 0.5rem 0;
}
.message .body blockquote {
padding-left: 1em;
border-left: 2px solid #ddd;
}
.message .body ul,
.message .body ol,
.message .body li {
margin: revert;
padding: revert;
}
.error {
background-color: red;
}
@ -250,6 +238,11 @@ display: none;
}
*/
blockquote {
padding-left: 1em;
border-left: 2px solid #ddd;
}
.desktop .main-content {
display: grid;
grid-template-columns: 12rem 1fr;