diff --git a/public/css/app.css b/public/css/app.css index 847798c9b46d4c9301e81317df00ec5f7134f9b4..8a78fdaf677424c5486ff90e64df30f7dc1da3d7 100644 --- a/public/css/app.css +++ b/public/css/app.css @@ -15513,3 +15513,28 @@ a.text-dark:focus { right: 5px; } + +/* Split the screen in half */ +.split-left { + height: 100%; + width: 15%; + left: 0; + position: fixed; + z-index: 1; + overflow-x: hidden; + padding-top: 5px; + border-style: solid; + border-color: #dee2e6; +} + +/* Control the right side */ +.split-right { + height: 100%; + width: 85%; + right: 0; + position: fixed; + z-index: 1; + overflow-x: hidden; + padding-top: 20px; + padding-left: 20px; +} \ No newline at end of file