fix layout
This commit is contained in:
parent
cdb1bb30b1
commit
d6c2e1cb4a
@ -25,13 +25,17 @@ import SideBar from "./components/SideBar.vue";
|
||||
#snw-ui {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
width: 100vw;
|
||||
border: 1px solid black;
|
||||
max-width: 1280px;
|
||||
min-width: 800px;
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
#display-content {
|
||||
flex-grow: 1;
|
||||
/* flex-grow: 1; */
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
max-width: 75vw;
|
||||
max-width: 50vw;
|
||||
min-width: 80%;
|
||||
}
|
||||
</style>
|
||||
|
||||
@ -3,14 +3,6 @@
|
||||
--secondary-background-color: #669084;
|
||||
}
|
||||
|
||||
#custom-ui-app {
|
||||
max-width: 1280px;
|
||||
margin: 0 auto;
|
||||
padding: 2rem;
|
||||
/* border: 1px solid #444; */
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.page-turn-button {
|
||||
border-radius: 5px;
|
||||
border: none;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user