Styling tweaks

This commit is contained in:
Jeremy Ruston 2024-05-05 21:54:53 +01:00
parent 39d463337b
commit 08913314c5
1 changed files with 8 additions and 3 deletions

View File

@ -3289,6 +3289,10 @@ span.tc-translink > a:first-child {
margin: 0;
}
.tc-testcase-header > h2 a.tc-tiddlylink-missing {
font-style: normal;
}
.tc-testcase-source > pre {
height: 100%;
}
@ -3325,7 +3329,7 @@ span.tc-translink > a:first-child {
}
.tc-testcase-divider {
flex: 0 0 2%;
flex: 0 0 1.5%;
}
.tc-testcase-source .tc-tab-buttons {
@ -3333,9 +3337,10 @@ span.tc-translink > a:first-child {
}
.tc-testcase-output {
box-shadow: inset 2px 2px 10px 0px <<colour muted-foreground>>;
background: <<colour background>>;
border-radius: 3px;
border: 1px solid <<colour muted-foreground>>;
border-radius: 4px;
border: 1px solid <<colour foreground>>;
flex: 1 0 49%;
min-width: 250px;
padding: 0.25em;