Implement searching based on URL state.

This commit is contained in:
2023-02-26 11:16:26 -08:00
parent 576973c6e6
commit de2b79fa2a
2 changed files with 89 additions and 29 deletions

View File

@@ -16,9 +16,13 @@
.error {
background-color: red;
}
.text_plain {
.view-part-text-plain {
white-space: pre-line;
}
iframe {
height: 100%;
width: 100%;
}
</style>
</head>