openreplay/frontend/app/components/Session/rightblock.module.css
Delirium ee46413b13
Events for E2E testing (#3081)
* ui: change export event ui, add rightblock panel

* ui: add timeline select checkbox

* ui: keep selected framework in localstorage

* ui: on timeline => on the timeline
2025-03-03 16:36:42 +01:00

13 lines
224 B
CSS

.panel {
width: 270px;
min-width: 270px;
height: calc(100vh - 50px);
align-self: flex-end;
}
.extraPanel {
width: 360px;
min-width: 360px;
height: calc(100vh - 50px);
align-self: flex-end;
}