kollapsminoriteten/wp-content/plugins/jetpack/3rd-party/debug-bar/debug-bar.css

57 lines
982 B
CSS
Raw Permalink Normal View History

2019-11-15 23:26:29 +01:00
.jetpack-search-debug-bar h2,
.qm-debug-bar-output .jetpack-search-debug-bar h2 {
float: none !important;
padding: 0 !important;
text-align: left !important;
}
.qm-debug-bar-output .jetpack-search-debug-bar h2 {
margin-top: 1em !important;
}
.qm-debug-bar-output .jetpack-search-debug-bar h2:first-child {
2025-08-27 08:44:30 +02:00
margin-top: 0.5em !important;
2019-11-15 23:26:29 +01:00
}
.debug-menu-target h3 {
2025-08-27 08:44:30 +02:00
padding-top: 0;
2019-11-15 23:26:29 +01:00
}
.jetpack-search-debug-output-toggle .print-r {
display: none;
}
.json-toggle-wrap {
position: relative;
}
.json-toggle-wrap .toggle {
position: absolute;
2025-08-27 08:44:30 +02:00
bottom: 10px;
right: 10px;
2019-11-15 23:26:29 +01:00
background: #fff;
border: 1px solid #000;
cursor: pointer;
padding: 2px 4px;
}
.json-toggle-wrap .ugly {
display: none;
}
.json-toggle-wrap.pretty .pretty {
display: none;
}
.json-toggle-wrap.pretty .ugly {
display: inline;
}
.jetpack-search-debug-bar pre {
white-space: pre-wrap;
white-space: -moz-pre-wrap;
white-space: -pre-wrap;
white-space: -o-pre-wrap;
2026-03-31 11:30:59 +02:00
overflow-wrap: break-word;
2019-11-15 23:26:29 +01:00
}