personal-website/res/dev-fs/wde/mobile-wdeUI.css

52 lines
908 B
CSS

#mobile-desktop{
width: 100%;
height: 100%;
background: #CCCCCC;
/* background: #9999CC; */
/* Auto layout */
display: flex;
flex-direction: column;
align-items: flex-start;
padding: 0px;
}
#mobile-desktop #toolbar{
width: 100%;
height: 50px;
/* Auto layout */
display: flex;
flex-direction: row;
align-items: stretch;
/* padding: 5px; */
justify-content: space-around;
/* Inside auto layout */
flex: none;
order: 1;
align-self: stretch;
flex-grow: 0;
}
#mobile-desktop #border{
width: auto;
height: auto;
/* background-color: bisque; */
margin: 5px;
border: 1px;
/* margin: 5px; */
/* Inside auto layout */
flex: none;
order: 0;
align-self: stretch;
flex-grow: 1;
}
.mobile-windows-layer{
width: 100%;
height: 100%;
margin: 0px;
position: relative;
}