openreplay/frontend/app/components/Session_/session.css
2021-05-01 15:12:01 +05:30

8 lines
No EOL
147 B
CSS

.session {
display: flex;
height: calc(100vh - 50px);
/* background-color: red; */
&[data-fullscreen=true] {
height: calc(100vh);
}
}