mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-11-26 01:03:31 -06:00
[feature/frontend] Add debug sections to settings panel (#2950)
* [feature/frontend] Add debug sections to settings panel * max-width * swagger
This commit is contained in:
parent
04bcde08a1
commit
d79c2f2688
15 changed files with 395 additions and 22 deletions
|
|
@ -1350,6 +1350,23 @@ button.with-padding {
|
|||
}
|
||||
}
|
||||
|
||||
.admin-debug-apurl {
|
||||
width: 100%;
|
||||
|
||||
.prism-highlighted {
|
||||
max-width: 40rem;
|
||||
|
||||
/*
|
||||
Normally we'd want to use a scrollbar for pre
|
||||
and code, but it actually looks a bit better
|
||||
to wrap here because there are many long lines.
|
||||
*/
|
||||
pre, code {
|
||||
white-space: pre-wrap;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (orientation: portrait) {
|
||||
.reports .report .byline {
|
||||
grid-template-columns: 1fr;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue