Add button to export debug info of a user

This commit is contained in:
Jonas Schäfer
2021-01-21 16:15:28 +01:00
parent f5d0bfdec7
commit b6188ed29f
10 changed files with 158 additions and 47 deletions

View File

@@ -14,6 +14,11 @@ p, blockquote, ul, ol, table, dl {
color: inherit;
}
pre {
line-height: 1.5;
margin: 1.5em 0;
}
blockquote {
margin-left: $w-l2;
margin-right: $w-l2;

View File

@@ -813,11 +813,9 @@ div.elevated {
div.elevated > *:first-child {
margin-top: 0;
margin-bottom: 0;
}
div.elevated > *:last-child {
margin-top: 0;
margin-bottom: 0;
}
@@ -870,7 +868,7 @@ ul.inline {
margin-right: 0;
}
div.elevated {
div.elevated, main > div.box {
margin-left: 0;
margin-right: 0;
}