Skip to content

Commit

Permalink
fix: make files cover all space available
Browse files Browse the repository at this point in the history
  • Loading branch information
jabuxas committed Oct 17, 2024
1 parent c3424c1 commit 37f12ad
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions templates/files.html
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@
display: flex;
justify-content: center;
align-items: center;
padding: 20px;
padding: 10px;
}

img,
Expand All @@ -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 {
Expand Down

0 comments on commit 37f12ad

Please sign in to comment.