files compiles ok

This commit is contained in:
Bel LaPointe
2022-02-15 14:34:10 -07:00
parent 464ea7bf51
commit 931c3bdda8
5 changed files with 61 additions and 50 deletions

View File

@@ -18,15 +18,6 @@
html, body {
background-color: #f8f8f8;
}
.lr_fullscreen {
width: 90%;
max-width: 1024px;
margin-right: auto;
margin-left: auto;
}
.tb_fullscreen {
margin-top: 1em;
}
.columns {
display: flex;
flex-direction: row;
@@ -65,6 +56,24 @@
}
input, label, textarea {
margin: initial;
}
.fullscreen {
position: relative;
top: 0;
left: 0;
right: 0;
bottom: 0;
padding: 5px;
overflow: scroll;
}
.lr_fullscreen {
width: 100%;
max-width: 1024px;
margin-right: auto;
margin-left: auto;
}
.tb_fullscreen {
height: 100%;
}
</style>
{{ end }}