Basic screen switching
This commit is contained in:
@@ -1,8 +1,34 @@
|
||||
.flex {
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
|
||||
.loginSpacer {
|
||||
height: 33%;
|
||||
}
|
||||
|
||||
#menu {
|
||||
#login {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
#content {
|
||||
height: 85%;
|
||||
width: 100%;
|
||||
padding: 5%;
|
||||
}
|
||||
|
||||
#menu {
|
||||
height: 5%;
|
||||
width: 100%;
|
||||
padding: 5%;
|
||||
}
|
||||
#mainPage {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.screen {
|
||||
width: 95%;
|
||||
height: 100%;
|
||||
}
|
||||
Reference in New Issue
Block a user