diff --git a/web/public/css/tdbms.css b/web/public/css/tdbms.css new file mode 100644 index 0000000..70983d6 --- /dev/null +++ b/web/public/css/tdbms.css @@ -0,0 +1,46 @@ +html, +body { + padding-bottom: 0; + padding-left: 0; + padding-right: 0; +} + +main { + position: relative; + width: 100%; + height: 100%; + max-width: 100vw; + background-color: #2c3034; + border-bottom-left-radius: 0; + border-bottom-right-radius: 0; +} + +main:hover { + background-color: #2c3034; +} + +.contents-wrapper { + padding: 0; + width: 100%; + height: 100%; + box-shadow: inset -5px 5px 5px #1111, inset -5px -5px 5px #1111; + overflow-y: scroll; + overflow-x: hidden; +} + +.contents-wrapper:after { + content: ""; + flex: auto; +} + +.button-flex { + position: sticky; + position: -webkit-sticky; + bottom: 0; + left: 0; + right: 0; + margin: 0; + padding-top: .5rem; + padding-bottom: .8rem; + background-color: #334; +} diff --git a/web/public/index.html b/web/public/index.html index 23ef52b..c2f7235 100644 --- a/web/public/index.html +++ b/web/public/index.html @@ -32,6 +32,7 @@