first commit
This commit is contained in:
commit
788cf3e917
47 changed files with 2007 additions and 0 deletions
36
webroot/style.css
Normal file
36
webroot/style.css
Normal file
|
|
@ -0,0 +1,36 @@
|
|||
html,
|
||||
body {
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
body {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
padding-top: 8px;
|
||||
padding-bottom: 8px;
|
||||
background-color: #f5f5f5;
|
||||
}
|
||||
|
||||
main {
|
||||
flex-grow: 1;
|
||||
height: 0;
|
||||
width: 100%;
|
||||
overflow-y: scroll;
|
||||
}
|
||||
|
||||
pre.file-content {
|
||||
background-color: white;
|
||||
text-align: left;
|
||||
padding: 8px;
|
||||
width: 100%;
|
||||
overflow-x: scroll;
|
||||
white-space: pre-wrap;
|
||||
word-wrap: break-word;
|
||||
}
|
||||
|
||||
.w-fit-content {
|
||||
width: fit-content !important;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue