8 lines
No EOL
147 B
CSS
8 lines
No EOL
147 B
CSS
.session {
|
|
display: flex;
|
|
height: calc(100vh - 50px);
|
|
/* background-color: red; */
|
|
&[data-fullscreen=true] {
|
|
height: calc(100vh);
|
|
}
|
|
} |