log-viewer/frontend/src/assets/main.css

12 lines
132 B
CSS
Raw Normal View History

2022-10-05 14:44:28 +00:00
div#app {
width: 100%;
height: 100vh;
}
.screenshots-drawer {
position: fixed;
display: flex;
flex-direction: column;
}