openreplay/frontend/app/components/Session_/Player/player.module.css
Delirium 309a9fd970
feat: tag and watch (UI/Tracker) (#1822)
* feat(ui/tracker): start tag n watch

* fix(tracker): test coverage, fix some watcher api

* fix(tracker): add intersectionobserver, adjust tests

* feat(tracker): relay + apollo plugins

* feat(ui): tags search

* feat(ui): tags name edit

* feat(ui): tags search icon

* feat(ui): icons for tabs in player

* feat(ui): save and find button

* feat(tracker): save tags in session storage (just in case)

* feat(ui): improve loading

* feat(ui): fix icon names gen

* feat(ui): fix typo
2024-01-19 11:11:27 +01:00

44 lines
804 B
CSS

.playerBody {
background: $white;
/* border-radius: 3px; */
/* padding: 10px 10px 5px 10px; */
/* box-shadow: 0px 2px 10px 0 $gray-light; */
height: 100%;
/* border: solid thin $gray-light; */
border-right: solid thin $gray-light;
}
.screenWrapper {
width: 100%;
position: relative;
height: 100%;
/* border: solid thin $gray-light; */
/* border-radius: 3px; */
overflow: hidden;
}
.checkers {
background: repeating-conic-gradient($gray-lightest 0% 25%, transparent 0% 50%)
50% / 10px 10px;
}
.solidBg {
background: $gray-lightest;
}
.mobileScreenWrapper {
width: 100%;
position: relative;
height: 100%;
background: #F6F6F6;
}
.disconnected {
font-size: 40px;
font-weight: 200;
color: $gray-medium;
}
.playerView {
position: relative;
flex: 1;
}