fix: make files cover all space available
This commit is contained in:
parent
c3424c1bb3
commit
37f12ad067
@ -138,7 +138,7 @@
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
padding: 20px;
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
img,
|
||||
@ -162,15 +162,19 @@
|
||||
}
|
||||
|
||||
pre {
|
||||
flex: 1;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
white-space: pre;
|
||||
font-family: monospace;
|
||||
font-size: 1rem;
|
||||
background-color: #2e2e2e;
|
||||
padding: 20px;
|
||||
padding: 10px;
|
||||
border-radius: 8px;
|
||||
overflow: auto;
|
||||
scrollbar-width: thin;
|
||||
scrollbar-color: #686868 #2e2e2e;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
pre::-webkit-scrollbar {
|
||||
|
Loading…
Reference in New Issue
Block a user