This commit is contained in:
Casey Wittrock 2025-10-23 12:11:29 -05:00
parent d6c2e1cb4a
commit 9f3c553740
5 changed files with 102 additions and 5 deletions

View file

@ -25,10 +25,13 @@ import SideBar from "./components/SideBar.vue";
#snw-ui {
display: flex;
flex-direction: row;
border: 1px solid black;
border-radius: 10px;
padding: 10px;
border: 4px solid rgb(235, 230, 230);
max-width: 1280px;
min-width: 800px;
margin: 0 auto;
margin: 10px auto;
height: 80vh;
}
#display-content {