mirror of
https://git.sfja.dk/Mikkel/slige.git
synced 2025-01-18 13:06:30 +00:00
add space for buttons
This commit is contained in:
parent
b96fe32201
commit
b2bdf471f0
@ -82,6 +82,7 @@ async function codeCoverage(view: Element, codeData: string) {
|
||||
|
||||
const outerContainer = document.createElement("div");
|
||||
outerContainer.classList.add("code-container");
|
||||
outerContainer.classList.add("code-coverage");
|
||||
|
||||
const innerContainer = document.createElement("div");
|
||||
innerContainer.classList.add("code-container-inner");
|
||||
|
@ -104,6 +104,10 @@ main #cover {
|
||||
border-radius: 0.5rem;
|
||||
}
|
||||
|
||||
#view .code-container.code-coverage {
|
||||
max-height: calc(100% - 103px);
|
||||
}
|
||||
|
||||
#view .code-container-inner {
|
||||
display: flex;
|
||||
font-size: 1rem;
|
||||
@ -166,7 +170,7 @@ main #cover {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
flex: 1;
|
||||
padding: 2rem;
|
||||
padding: 2rem 0.5rem;
|
||||
max-width: max-content;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user